XamlTypeName.Namespace Propriété

Définition

Obtient l'identificateur d'espace de noms XAML utilisé pour construire ce XamlTypeName.

public:
 property System::String ^ Namespace { System::String ^ get(); void set(System::String ^ value); };
public string Namespace { get; set; }
member this.Namespace : string with get, set
Public Property Namespace As String

Valeur de propriété

String

Identificateur d’espace de noms XAML.

Remarques

Si un XamlType a été utilisé pour construire cela XamlTypeName, la valeur de Namespace est xamlType.GetXamlNamespaces()[0].

S’applique à