CoreStrings.AnnotationNotFound 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.
Surcharges
AnnotationNotFound(Object) |
L’annotation « {annotation} » est introuvable. Vérifiez que l’annotation a été ajoutée. |
AnnotationNotFound(Object, Object) |
L’annotation « {annotation} » est introuvable. Vérifiez que l’annotation a été ajoutée à l’objet {annotatable} |
AnnotationNotFound(Object)
L’annotation « {annotation} » est introuvable. Vérifiez que l’annotation a été ajoutée.
public static string AnnotationNotFound (object annotation);
static member AnnotationNotFound : obj -> string
Public Shared Function AnnotationNotFound (annotation As Object) As String
Paramètres
- annotation
- Object
Retours
S’applique à
AnnotationNotFound(Object, Object)
L’annotation « {annotation} » est introuvable. Vérifiez que l’annotation a été ajoutée à l’objet {annotatable}
public static string AnnotationNotFound (object annotation, object annotatable);
public static string AnnotationNotFound (object? annotation, object? annotatable);
static member AnnotationNotFound : obj * obj -> string
Public Shared Function AnnotationNotFound (annotation As Object, annotatable As Object) As String
Paramètres
- annotation
- Object
- annotatable
- Object