Share via


ThesisType 构造函数

定义

重载

ThesisType()

初始化 ThesisType 类的新实例。

ThesisType(String)

使用指定的文本内容初始化 ThesisType 类的新实例。

ThesisType()

初始化 ThesisType 类的新实例。

public ThesisType ();
Public Sub New ()

适用于

ThesisType(String)

使用指定的文本内容初始化 ThesisType 类的新实例。

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

参数

text
String

指定 元素的文本内容。

适用于