Share via


SourceType Constructors

Definition

Overloads

SourceType()

Initializes a new instance of the SourceType class.

SourceType(String)

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

SourceType()

Initializes a new instance of the SourceType class.

public SourceType ();
Public Sub New ()

Applies to

SourceType(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to