TemplateBindingExtension.ConverterParameter 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 ou définit le paramètre à passer au convertisseur.
public:
property System::Object ^ ConverterParameter { System::Object ^ get(); void set(System::Object ^ value); };
public object ConverterParameter { get; set; }
member this.ConverterParameter : obj with get, set
Public Property ConverterParameter As Object
Valeur de propriété
Paramètre lié tel qu'il est référencé par l'implémentation du convertisseur. La valeur par défaut est null
.
Remarques
Utilisation du texte XAML
Pour plus d’informations sur XAML, consultez l’extension de balisage TemplateBinding.