Partager via


Workspace.NodeNamespace Propriété

Définition

Obtient ou définit l’espace de noms de l’élément.

public:
 property Platform::String ^ NodeNamespace { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring NodeNamespace();

void NodeNamespace(winrt::hstring value);
public string NodeNamespace { get; set; }
var string = workspace.nodeNamespace;
workspace.nodeNamespace = string;
Public Property NodeNamespace As String

Valeur de propriété

String

Platform::String

winrt::hstring

Espace de noms de l'élément.

Implémente

S’applique à