Partager via


PropertyEditorNamespace Constructeurs

Définition

Surcharges

PropertyEditorNamespace()

Initialise une nouvelle instance de la classe PropertyEditorNamespace.

PropertyEditorNamespace(String)

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

PropertyEditorNamespace()

Initialise une nouvelle instance de la classe PropertyEditorNamespace.

public PropertyEditorNamespace ();
Public Sub New ()

S’applique à

PropertyEditorNamespace(String)

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

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

Paramètres

text
String

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

S’applique à