次の方法で共有


CustomDocumentProperty.VTUnsignedInt32 Property

4-Byte Unsigned Integer.Represents the element tag in schema: vt:ui4

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

Syntax

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

value = instance.VTUnsignedInt32

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

Property Value

Type: DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt32

See Also

Reference

CustomDocumentProperty Class

CustomDocumentProperty Members

DocumentFormat.OpenXml.CustomProperties Namespace