Share via


VTUnsignedInteger Constructors

Definition

Overloads

VTUnsignedInteger()

Initializes a new instance of the VTUnsignedInteger class.

VTUnsignedInteger(String)

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

VTUnsignedInteger()

Initializes a new instance of the VTUnsignedInteger class.

public VTUnsignedInteger ();
Public Sub New ()

Applies to

VTUnsignedInteger(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to