Share via


VTInt32 Constructors

Definition

Overloads

VTInt32()

Initializes a new instance of the VTInt32 class.

VTInt32(String)

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

VTInt32()

Initializes a new instance of the VTInt32 class.

public VTInt32 ();
Public Sub New ()

Applies to

VTInt32(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to