共用方式為


StringFeatureProperty Constructors

Definition

Overloads

StringFeatureProperty()

Initializes a new instance of the StringFeatureProperty class.

StringFeatureProperty(String)

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

StringFeatureProperty()

Initializes a new instance of the StringFeatureProperty class.

public StringFeatureProperty ();
Public Sub New ()

Applies to

StringFeatureProperty(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to