Share via


VTInt64 Constructors

Definition

Overloads

VTInt64()

Initializes a new instance of the VTInt64 class.

VTInt64(String)

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

VTInt64()

Initializes a new instance of the VTInt64 class.

public VTInt64 ();
Public Sub New ()

Applies to

VTInt64(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to