Share via


Tag Constructors

Definition

Overloads

Tag()

Initializes a new instance of the Tag class.

Tag(String)

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

Tag()

Initializes a new instance of the Tag class.

public Tag ();
Public Sub New ()

Applies to

Tag(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to