次の方法で共有


SectionLinkObjMonikerList コンストラクター

定義

オーバーロード

SectionLinkObjMonikerList()

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

SectionLinkObjMonikerList(OpenXmlElement[])

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

SectionLinkObjMonikerList(IEnumerable<OpenXmlElement>)

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

SectionLinkObjMonikerList(String)

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

SectionLinkObjMonikerList()

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

public SectionLinkObjMonikerList ();
Public Sub New ()

適用対象

SectionLinkObjMonikerList(OpenXmlElement[])

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

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

SectionLinkObjMonikerList(IEnumerable<OpenXmlElement>)

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

SectionLinkObjMonikerList(String)

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

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

パラメーター

outerXml
String

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

適用対象