次の方法で共有


SdtProperties コンストラクター

定義

オーバーロード

SdtProperties()

SdtProperties クラスの新しいインスタンスを初期化します。

SdtProperties(OpenXmlElement[])

指定した子要素を使用して、SdtProperties クラスの新しいインスタンスを初期化します。

SdtProperties(IEnumerable<OpenXmlElement>)

指定した子要素を使用して、SdtProperties クラスの新しいインスタンスを初期化します。

SdtProperties(String)

外部 XML から SdtProperties クラスの新しいインスタンスを初期化します。

SdtProperties()

SdtProperties クラスの新しいインスタンスを初期化します。

public SdtProperties ();
Public Sub New ()

適用対象

SdtProperties(OpenXmlElement[])

指定した子要素を使用して、SdtProperties クラスの新しいインスタンスを初期化します。

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

SdtProperties(IEnumerable<OpenXmlElement>)

指定した子要素を使用して、SdtProperties クラスの新しいインスタンスを初期化します。

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

SdtProperties(String)

外部 XML から SdtProperties クラスの新しいインスタンスを初期化します。

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

パラメーター

outerXml
String

要素の外部 XML を指定します。

適用対象