Share via


VTClassId Constructors

Definition

Overloads

VTClassId()

Initializes a new instance of the VTClassId class.

VTClassId(String)

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

VTClassId()

Initializes a new instance of the VTClassId class.

public VTClassId ();
Public Sub New ()

Applies to

VTClassId(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to