Share via


VTByte Constructors

Definition

Overloads

VTByte()

Initializes a new instance of the VTByte class.

VTByte(String)

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

VTByte()

Initializes a new instance of the VTByte class.

public VTByte ();
Public Sub New ()

Applies to

VTByte(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to