RelXsdstring 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
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.