共用方式為


VTInteger Constructors

Definition

Overloads

VTInteger()

Initializes a new instance of the VTInteger class.

VTInteger(String)

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

VTInteger()

Initializes a new instance of the VTInteger class.

public VTInteger ();
Public Sub New ()

Applies to

VTInteger(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to