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.

C#
public Xsdinteger ();

Applies to

DocumentFormat.OpenXml 3.0.1 and DocumentFormat.OpenXml 3.0.0
Product Versions
DocumentFormat.OpenXml 3.0.0, 3.0.1

Xsdinteger(String)

Initializes a new instance of the Xsdinteger class with the specified text content.

C#
public Xsdinteger (string text);

Parameters

text
String

Specifies the text content of the element.

Applies to

DocumentFormat.OpenXml 3.0.1 and DocumentFormat.OpenXml 3.0.0
Product Versions
DocumentFormat.OpenXml 3.0.0, 3.0.1