VTShort Constructors

Definition

Overloads

VTShort()

Initializes a new instance of the VTShort class.

VTShort(String)

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

VTShort()

Initializes a new instance of the VTShort class.

public VTShort ();
Public Sub New ()

Applies to

VTShort(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to