Share via


Xsdinteger Constructors

Definition

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.

Applies to