次の方法で共有


ExtendedGuideList コンストラクター

定義

オーバーロード

ExtendedGuideList()

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

ExtendedGuideList(OpenXmlElement[])

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

ExtendedGuideList(IEnumerable<OpenXmlElement>)

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

ExtendedGuideList(String)

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

ExtendedGuideList()

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

protected ExtendedGuideList ();
Protected Sub New ()

適用対象

ExtendedGuideList(OpenXmlElement[])

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

protected ExtendedGuideList (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuideList : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuideList
Protected Sub New (ParamArray childElements As OpenXmlElement())

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

ExtendedGuideList(IEnumerable<OpenXmlElement>)

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

protected ExtendedGuideList (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuideList : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuideList
Protected Sub New (childElements As IEnumerable(Of OpenXmlElement))

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

ExtendedGuideList(String)

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

protected ExtendedGuideList (string outerXml);
new DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuideList : string -> DocumentFormat.OpenXml.Office2013.PowerPoint.ExtendedGuideList
Protected Sub New (outerXml As String)

パラメーター

outerXml
String

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

適用対象