次の方法で共有


SlideLayoutMonikerList コンストラクター

定義

オーバーロード

SlideLayoutMonikerList()

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

SlideLayoutMonikerList(OpenXmlElement[])

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

SlideLayoutMonikerList(IEnumerable<OpenXmlElement>)

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

SlideLayoutMonikerList(String)

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

SlideLayoutMonikerList()

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

public SlideLayoutMonikerList ();
Public Sub New ()

適用対象

SlideLayoutMonikerList(OpenXmlElement[])

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

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

SlideLayoutMonikerList(IEnumerable<OpenXmlElement>)

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

SlideLayoutMonikerList(String)

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

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

パラメーター

outerXml
String

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

適用対象