CoreStrings.CannotCreateValueConverter(Object, 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.
Impossible de créer un instance de type de convertisseur de valeurs « {generatorType} ». Vérifiez que le type peut être instancié et possède un constructeur sans paramètre, ou utilisez la surcharge de « {method} » qui accepte un délégué.
public static string CannotCreateValueConverter(object? generatorType, object? method);
static member CannotCreateValueConverter : obj * obj -> string
Public Shared Function CannotCreateValueConverter (generatorType As Object, method As Object) As String
Paramètres
- generatorType
- Object
- method
- Object