XamlTypeName.Namespace Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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é
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]
.