次の方法で共有


CommentPropertiesExtensionList コンストラクター

定義

オーバーロード

CommentPropertiesExtensionList()

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

CommentPropertiesExtensionList(OpenXmlElement[])

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

CommentPropertiesExtensionList(IEnumerable<OpenXmlElement>)

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

CommentPropertiesExtensionList(String)

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

CommentPropertiesExtensionList()

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

public CommentPropertiesExtensionList ();
Public Sub New ()

適用対象

CommentPropertiesExtensionList(OpenXmlElement[])

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

public CommentPropertiesExtensionList (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentPropertiesExtensionList : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentPropertiesExtensionList
Public Sub New (ParamArray childElements As OpenXmlElement())

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

CommentPropertiesExtensionList(IEnumerable<OpenXmlElement>)

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

public CommentPropertiesExtensionList (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentPropertiesExtensionList : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentPropertiesExtensionList
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

CommentPropertiesExtensionList(String)

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

public CommentPropertiesExtensionList (string outerXml);
new DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentPropertiesExtensionList : string -> DocumentFormat.OpenXml.Office2021.PowerPoint.Comment.CommentPropertiesExtensionList
Public Sub New (outerXml As String)

パラメーター

outerXml
String

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

適用対象