Share via


VTUnsignedByte Constructors

Definition

Overloads

VTUnsignedByte()

Initializes a new instance of the VTUnsignedByte class.

VTUnsignedByte(String)

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

VTUnsignedByte()

Initializes a new instance of the VTUnsignedByte class.

public VTUnsignedByte ();
Public Sub New ()

Applies to

VTUnsignedByte(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to