共用方式為


EventDocNewXsdString Constructors

Definition

Overloads

EventDocNewXsdString()

Initializes a new instance of the EventDocNewXsdString class.

EventDocNewXsdString(String)

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

EventDocNewXsdString()

Initializes a new instance of the EventDocNewXsdString class.

public EventDocNewXsdString ();
Public Sub New ()

Applies to

EventDocNewXsdString(String)

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

public EventDocNewXsdString (string text);
new DocumentFormat.OpenXml.Office.Word.EventDocNewXsdString : string -> DocumentFormat.OpenXml.Office.Word.EventDocNewXsdString
Public Sub New (text As String)

Parameters

text
String

Specifies the text content of the element.

Applies to