次の方法で共有


NotesMonikerList コンストラクター

定義

オーバーロード

NotesMonikerList()

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

NotesMonikerList(OpenXmlElement[])

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

NotesMonikerList(IEnumerable<OpenXmlElement>)

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

NotesMonikerList(String)

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

NotesMonikerList()

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

public NotesMonikerList ();
Public Sub New ()

適用対象

NotesMonikerList(OpenXmlElement[])

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

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

NotesMonikerList(IEnumerable<OpenXmlElement>)

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

NotesMonikerList(String)

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

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

パラメーター

outerXml
String

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

適用対象