次の方法で共有


ShowPropertiesExtensionList コンストラクター

定義

オーバーロード

ShowPropertiesExtensionList()

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

ShowPropertiesExtensionList(OpenXmlElement[])

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

ShowPropertiesExtensionList(IEnumerable<OpenXmlElement>)

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

ShowPropertiesExtensionList(String)

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

ShowPropertiesExtensionList()

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

public ShowPropertiesExtensionList ();
Public Sub New ()

適用対象

ShowPropertiesExtensionList(OpenXmlElement[])

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

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

ShowPropertiesExtensionList(IEnumerable<OpenXmlElement>)

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

ShowPropertiesExtensionList(String)

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

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

パラメーター

outerXml
String

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

適用対象