Share via


EventDocSyncXsdString Constructors

Definition

Overloads

EventDocSyncXsdString()

Initializes a new instance of the EventDocSyncXsdString class.

EventDocSyncXsdString(String)

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

EventDocSyncXsdString()

Initializes a new instance of the EventDocSyncXsdString class.

public EventDocSyncXsdString ();
Public Sub New ()

Applies to

EventDocSyncXsdString(String)

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

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

Parameters

text
String

Specifies the text content of the element.

Applies to