次の方法で共有


CustomDocumentProperty.VTInt64 Property

8-Byte Signed Integer.Represents the element tag in schema: vt:i8

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

Syntax

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

value = instance.VTInt64

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

Property Value

Type: DocumentFormat.OpenXml.VariantTypes.VTInt64

See Also

Reference

CustomDocumentProperty Class

CustomDocumentProperty Members

DocumentFormat.OpenXml.CustomProperties Namespace