共用方式為


VTUnsignedInt64 Constructors

Definition

Overloads

VTUnsignedInt64()

Initializes a new instance of the VTUnsignedInt64 class.

VTUnsignedInt64(String)

Initializes a new instance of the VTUnsignedInt64 class with the specified text content.

VTUnsignedInt64()

Initializes a new instance of the VTUnsignedInt64 class.

public VTUnsignedInt64 ();
Public Sub New ()

Applies to

VTUnsignedInt64(String)

Initializes a new instance of the VTUnsignedInt64 class with the specified text content.

public VTUnsignedInt64 (string text);
new DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt64 : string -> DocumentFormat.OpenXml.VariantTypes.VTUnsignedInt64
Public Sub New (text As String)

Parameters

text
String

Specifies the text content of the element.

Applies to