XamlValueConverter<TConverterBase>.Name 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 un nom de chaîne pour ce XamlValueConverter<TConverterBase>.
public:
property System::String ^ Name { System::String ^ get(); };
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String
Valeur de propriété
Nom de chaîne pour ce XamlValueConverter<TConverterBase>.
Remarques
La valeur de cette propriété est établie par l’un des éléments suivants :
Paramètre de constructeur (voir XamlValueConverter<TConverterBase>.XamlValueConverter<TConverterBase>).
Logique interne qui traite d’autres entrées de constructeur et forme une chaîne.