CustomDocumentProperty.VTVStreamData Property
Binary Versioned Stream.Represents the element tag in schema: vt:vstream
Namespace: DocumentFormat.OpenXml.CustomProperties
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
Public Property VTVStreamData As VTVStreamData
Get
Set
'使用
Dim instance As CustomDocumentProperty
Dim value As VTVStreamData
value = instance.VTVStreamData
instance.VTVStreamData = value
public VTVStreamData VTVStreamData { get; set; }
Property Value
Type: DocumentFormat.OpenXml.VariantTypes.VTVStreamData