NotesTextMonikerList コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
NotesTextMonikerList() |
NotesTextMonikerList クラスの新しいインスタンスを初期化します。 |
NotesTextMonikerList(OpenXmlElement[]) |
指定した子要素を使用して NotesTextMonikerList クラスの新しいインスタンスを初期化します。 |
NotesTextMonikerList(IEnumerable<OpenXmlElement>) |
指定した子要素を使用して NotesTextMonikerList クラスの新しいインスタンスを初期化します。 |
NotesTextMonikerList(String) |
外部 XML から NotesTextMonikerList クラスの新しいインスタンスを初期化します。 |
NotesTextMonikerList()
NotesTextMonikerList クラスの新しいインスタンスを初期化します。
public NotesTextMonikerList ();
Public Sub New ()
適用対象
NotesTextMonikerList(OpenXmlElement[])
指定した子要素を使用して NotesTextMonikerList クラスの新しいインスタンスを初期化します。
public NotesTextMonikerList (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2016.Presentation.Command.NotesTextMonikerList : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2016.Presentation.Command.NotesTextMonikerList
Public Sub New (ParamArray childElements As OpenXmlElement())
パラメーター
- childElements
- OpenXmlElement[]
子要素を指定します。
適用対象
NotesTextMonikerList(IEnumerable<OpenXmlElement>)
指定した子要素を使用して NotesTextMonikerList クラスの新しいインスタンスを初期化します。
public NotesTextMonikerList (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office2016.Presentation.Command.NotesTextMonikerList : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office2016.Presentation.Command.NotesTextMonikerList
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))
パラメーター
- childElements
- IEnumerable<OpenXmlElement>
子要素を指定します。
適用対象
NotesTextMonikerList(String)
外部 XML から NotesTextMonikerList クラスの新しいインスタンスを初期化します。
public NotesTextMonikerList (string outerXml);
new DocumentFormat.OpenXml.Office2016.Presentation.Command.NotesTextMonikerList : string -> DocumentFormat.OpenXml.Office2016.Presentation.Command.NotesTextMonikerList
Public Sub New (outerXml As String)
パラメーター
- outerXml
- String
要素の外部 XML を指定します。