次の方法で共有


CustomDocumentProperty.VTEmpty Property

Empty.Represents the element tag in schema: vt:empty

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

Syntax

'宣言
Public Property VTEmpty As VTEmpty
    Get
    Set
'使用
Dim instance As CustomDocumentProperty
Dim value As VTEmpty

value = instance.VTEmpty

instance.VTEmpty = value
public VTEmpty VTEmpty { get; set; }

Property Value

Type: DocumentFormat.OpenXml.VariantTypes.VTEmpty

See Also

Reference

CustomDocumentProperty Class

CustomDocumentProperty Members

DocumentFormat.OpenXml.CustomProperties Namespace