Partager via


DefaultPropertyEditorNamespace Constructeurs

Définition

Surcharges

DefaultPropertyEditorNamespace()

Initialise une nouvelle instance de la classe DefaultPropertyEditorNamespace.

DefaultPropertyEditorNamespace(String)

Initialise une nouvelle instance de la classe DefaultPropertyEditorNamespace avec le contenu de texte spécifié.

DefaultPropertyEditorNamespace()

Initialise une nouvelle instance de la classe DefaultPropertyEditorNamespace.

public DefaultPropertyEditorNamespace ();
Public Sub New ()

S’applique à

DefaultPropertyEditorNamespace(String)

Initialise une nouvelle instance de la classe DefaultPropertyEditorNamespace avec le contenu de texte spécifié.

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

Paramètres

text
String

Spécifie le contenu du texte de l’élément.

S’applique à