共用方式為


Version Constructors

Definition

Overloads

Version()

Initializes a new instance of the Version class.

Version(String)

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

Version()

Initializes a new instance of the Version class.

public Version ();
Public Sub New ()

Applies to

Version(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to