次の方法で共有


CustomDocumentProperty.VTOBlob Property

Binary Blob Object.Represents the element tag in schema: vt:oblob

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

Syntax

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

value = instance.VTOBlob

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

Property Value

Type: DocumentFormat.OpenXml.VariantTypes.VTOBlob

See Also

Reference

CustomDocumentProperty Class

CustomDocumentProperty Members

DocumentFormat.OpenXml.CustomProperties Namespace