Share via


VTBool Constructors

Definition

Overloads

VTBool()

Initializes a new instance of the VTBool class.

VTBool(String)

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

VTBool()

Initializes a new instance of the VTBool class.

public VTBool ();
Public Sub New ()

Applies to

VTBool(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to