共用方式為


RelXsdstring Constructors

Definition

Overloads

RelXsdstring()

Initializes a new instance of the RelXsdstring class.

RelXsdstring(String)

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

RelXsdstring()

Initializes a new instance of the RelXsdstring class.

public RelXsdstring ();
Public Sub New ()

Applies to

RelXsdstring(String)

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

public RelXsdstring (string text);
new DocumentFormat.OpenXml.Office.Y2022.FeaturePropertyBag.RelXsdstring : string -> DocumentFormat.OpenXml.Office.Y2022.FeaturePropertyBag.RelXsdstring
Public Sub New (text As String)

Parameters

text
String

Specifies the text content of the element.

Applies to