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