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