次の方法で共有


CustomDocumentProperty.VTStreamData Property

Binary Stream.Represents the element tag in schema: vt:stream

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

Syntax

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

value = instance.VTStreamData

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

Property Value

Type: DocumentFormat.OpenXml.VariantTypes.VTStreamData

See Also

Reference

CustomDocumentProperty Class

CustomDocumentProperty Members

DocumentFormat.OpenXml.CustomProperties Namespace