次の方法で共有


CustomPropertyEditors コンストラクター

定義

オーバーロード

CustomPropertyEditors()

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

CustomPropertyEditors(OpenXmlElement[])

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

CustomPropertyEditors(IEnumerable<OpenXmlElement>)

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

CustomPropertyEditors(String)

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

CustomPropertyEditors()

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

public CustomPropertyEditors ();
Public Sub New ()

適用対象

CustomPropertyEditors(OpenXmlElement[])

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

public CustomPropertyEditors (params DocumentFormat.OpenXml.OpenXmlElement[] childElements);
new DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditors : DocumentFormat.OpenXml.OpenXmlElement[] -> DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditors
Public Sub New (ParamArray childElements As OpenXmlElement())

パラメーター

childElements
OpenXmlElement[]

子要素を指定します。

適用対象

CustomPropertyEditors(IEnumerable<OpenXmlElement>)

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

public CustomPropertyEditors (System.Collections.Generic.IEnumerable<DocumentFormat.OpenXml.OpenXmlElement> childElements);
new DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditors : seq<DocumentFormat.OpenXml.OpenXmlElement> -> DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditors
Public Sub New (childElements As IEnumerable(Of OpenXmlElement))

パラメーター

childElements
IEnumerable<OpenXmlElement>

子要素を指定します。

適用対象

CustomPropertyEditors(String)

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

public CustomPropertyEditors (string outerXml);
new DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditors : string -> DocumentFormat.OpenXml.Office.CustomDocumentInformationPanel.CustomPropertyEditors
Public Sub New (outerXml As String)

パラメーター

outerXml
String

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

適用対象