BoolFeatureProperty 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
BoolFeatureProperty() |
Initializes a new instance of the BoolFeatureProperty class. |
BoolFeatureProperty(String) |
Initializes a new instance of the BoolFeatureProperty class with the specified text content. |
BoolFeatureProperty()
Initializes a new instance of the BoolFeatureProperty class.
public BoolFeatureProperty ();
Public Sub New ()
Applies to
BoolFeatureProperty(String)
Initializes a new instance of the BoolFeatureProperty class with the specified text content.
public BoolFeatureProperty (string text);
new DocumentFormat.OpenXml.Office.Y2022.FeaturePropertyBag.BoolFeatureProperty : string -> DocumentFormat.OpenXml.Office.Y2022.FeaturePropertyBag.BoolFeatureProperty
Public Sub New (text As String)
Parameters
- text
- String
Specifies the text content of the element.