次の方法で共有


OfficeAvailabilityAttribute Class

The OfficeAvailabilityAttribute to indicate whether the property is available in a specific version of office application

Inheritance Hierarchy

System.Object
System.Attribute
DocumentFormat.OpenXml.OfficeAvailabilityAttribute

Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'宣言
<AttributeUsageAttribute(AttributeTargets.Class Or AttributeTargets.Property Or AttributeTargets.Field)> _
Public NotInheritable Class OfficeAvailabilityAttribute _
    Inherits Attribute
'使用
Dim instance As OfficeAvailabilityAttribute
[AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Property|AttributeTargets.Field)]
public sealed class OfficeAvailabilityAttribute : Attribute

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

OfficeAvailabilityAttribute Members

DocumentFormat.OpenXml Namespace