共用方式為


LcId Constructors

Definition

Overloads

LcId()

Initializes a new instance of the LcId class.

LcId(String)

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

LcId()

Initializes a new instance of the LcId class.

public LcId ();
Public Sub New ()

Applies to

LcId(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to