VTLPWSTR Constructors

Definition

Overloads

VTLPWSTR()

Initializes a new instance of the VTLPWSTR class.

VTLPWSTR(String)

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

VTLPWSTR()

Initializes a new instance of the VTLPWSTR class.

public VTLPWSTR ();
Public Sub New ()

Applies to

VTLPWSTR(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to