次の方法で共有


PersonList コンストラクター

定義

オーバーロード

PersonList()

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

PersonList(OpenXmlElement[])

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

PersonList(IEnumerable<OpenXmlElement>)

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

PersonList(String)

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

PersonList()

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

public PersonList ();
Public Sub New ()

適用対象

PersonList(OpenXmlElement[])

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

public PersonList (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.PersonList : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.PersonList
Public Sub New (ParamArray childElements As OpenXmlElement())

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

PersonList(IEnumerable<OpenXmlElement>)

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

public PersonList (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.PersonList : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.PersonList
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

PersonList(String)

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

public PersonList (string outerXml);
new DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.PersonList : string -> DocumentFormat.OpenXml.Office2019.Excel.ThreadedComments.PersonList
Public Sub New (outerXml As String)

パラメーター

outerXml
String

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

適用対象