EventDocSyncXsdString Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.