XamlBindingHelper.ConvertValue(TypeName, Object) Méthode
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.
Convertit une valeur d’un type source en type cible.
public:
static Platform::Object ^ ConvertValue(TypeName type, Platform::Object ^ value);
static IInspectable ConvertValue(TypeName const& type, IInspectable const& value);
public static object ConvertValue(System.Type type, object value);
function convertValue(type, value)
Public Shared Function ConvertValue (type As Type, value As Object) As Object
Paramètres
- value
-
Object
Platform::Object
IInspectable
La valeur à convertir.
Retours
Valeur convertie.
Remarques
Cette méthode est destinée à être utilisée dans le code généré par le compilateur XAML.