Share via


VTUnsignedShort Constructors

Definition

Overloads

VTUnsignedShort()

Initializes a new instance of the VTUnsignedShort class.

VTUnsignedShort(String)

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

VTUnsignedShort()

Initializes a new instance of the VTUnsignedShort class.

public VTUnsignedShort ();
Public Sub New ()

Applies to

VTUnsignedShort(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to