次の方法で共有


ShowProperties コンストラクター

定義

オーバーロード

ShowProperties()

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

ShowProperties(OpenXmlElement[])

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

ShowProperties(IEnumerable<OpenXmlElement>)

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

ShowProperties(String)

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

ShowProperties()

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

public ShowProperties ();
Public Sub New ()

適用対象

ShowProperties(OpenXmlElement[])

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

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

ShowProperties(IEnumerable<OpenXmlElement>)

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

ShowProperties(String)

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

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

パラメーター

outerXml
String

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

適用対象