次の方法で共有


CustomDocumentProperty.VTOStorage Property

Binary Storage Object.Represents the element tag in schema: vt:ostorage

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

Syntax

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

value = instance.VTOStorage

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

Property Value

Type: DocumentFormat.OpenXml.VariantTypes.VTOStorage

See Also

Reference

CustomDocumentProperty Class

CustomDocumentProperty Members

DocumentFormat.OpenXml.CustomProperties Namespace