StringFeatureProperty Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.