次の方法で共有


CommentAuthorMonikerList コンストラクター

定義

オーバーロード

CommentAuthorMonikerList()

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

CommentAuthorMonikerList(OpenXmlElement[])

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

CommentAuthorMonikerList(IEnumerable<OpenXmlElement>)

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

CommentAuthorMonikerList(String)

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

CommentAuthorMonikerList()

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

public CommentAuthorMonikerList ();
Public Sub New ()

適用対象

CommentAuthorMonikerList(OpenXmlElement[])

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

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

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

CommentAuthorMonikerList(IEnumerable<OpenXmlElement>)

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

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

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

CommentAuthorMonikerList(String)

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

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

パラメーター

outerXml
String

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

適用対象