共用方式為


SdtContentDate Constructors

Definition

Overloads

SdtContentDate()

Initializes a new instance of the SdtContentDate class.

SdtContentDate(OpenXmlElement[])

Initializes a new instance of the SdtContentDate class with the specified child elements.

SdtContentDate(IEnumerable<OpenXmlElement>)

Initializes a new instance of the SdtContentDate class with the specified child elements.

SdtContentDate(String)

Initializes a new instance of the SdtContentDate class from outer XML.

SdtContentDate()

Initializes a new instance of the SdtContentDate class.

public SdtContentDate ();
Public Sub New ()

Applies to

SdtContentDate(OpenXmlElement[])

Initializes a new instance of the SdtContentDate class with the specified child elements.

public SdtContentDate (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Wordprocessing.SdtContentDate : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Wordprocessing.SdtContentDate
Public Sub New (ParamArray childElements As OpenXmlElement())

Parameters

childElements
OpenXmlElement[]

Specifies the child elements.

Applies to

SdtContentDate(IEnumerable<OpenXmlElement>)

Initializes a new instance of the SdtContentDate class with the specified child elements.

public SdtContentDate (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Wordprocessing.SdtContentDate : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Wordprocessing.SdtContentDate
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

Parameters

childElements
IEnumerable<OpenXmlElement>

Specifies the child elements.

Applies to

SdtContentDate(String)

Initializes a new instance of the SdtContentDate class from outer XML.

public SdtContentDate (string outerXml);
new DocumentFormat.OpenXml.Wordprocessing.SdtContentDate : string -> DocumentFormat.OpenXml.Wordprocessing.SdtContentDate
Public Sub New (outerXml As String)

Parameters

outerXml
String

Specifies the outer XML of the element.

Applies to