EventDocNewXsdString 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
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.