次の方法で共有


DefaultPropertyEditorNamespace コンストラクター

定義

オーバーロード

DefaultPropertyEditorNamespace()

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

DefaultPropertyEditorNamespace(String)

指定したテキスト コンテンツを使用して DefaultPropertyEditorNamespace クラスの新しいインスタンスを初期化します。

DefaultPropertyEditorNamespace()

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

public DefaultPropertyEditorNamespace ();
Public Sub New ()

適用対象

DefaultPropertyEditorNamespace(String)

指定したテキスト コンテンツを使用して DefaultPropertyEditorNamespace クラスの新しいインスタンスを初期化します。

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

パラメーター

text
String

要素のテキスト コンテンツを指定します。

適用対象