共用方式為


StateProvince Constructors

Definition

Overloads

StateProvince()

Initializes a new instance of the StateProvince class.

StateProvince(String)

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

StateProvince()

Initializes a new instance of the StateProvince class.

public StateProvince ();
Public Sub New ()

Applies to

StateProvince(String)

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

public StateProvince (string text);
new DocumentFormat.OpenXml.Bibliography.StateProvince : string -> DocumentFormat.OpenXml.Bibliography.StateProvince
Public Sub New (text As String)

Parameters

text
String

Specifies the text content of the element.

Applies to