Share via


VTUnsignedInt32 Constructors

Definition

Overloads

VTUnsignedInt32()

Initializes a new instance of the VTUnsignedInt32 class.

VTUnsignedInt32(String)

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

VTUnsignedInt32()

Initializes a new instance of the VTUnsignedInt32 class.

public VTUnsignedInt32 ();
Public Sub New ()

Applies to

VTUnsignedInt32(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to