CoreStrings.DuplicateAnnotation 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
DuplicateAnnotation(Object) |
Impossible d’ajouter l’annotation « {annotation} », car il existe déjà une annotation portant le même nom. |
DuplicateAnnotation(Object, Object) |
Impossible d’ajouter l’annotation « {annotation} », car une annotation portant le même nom existe déjà sur l’objet {annotatable} |
DuplicateAnnotation(Object)
Impossible d’ajouter l’annotation « {annotation} », car il existe déjà une annotation portant le même nom.
public static string DuplicateAnnotation (object annotation);
static member DuplicateAnnotation : obj -> string
Public Shared Function DuplicateAnnotation (annotation As Object) As String
Paramètres
- annotation
- Object
Retours
S’applique à
DuplicateAnnotation(Object, Object)
Impossible d’ajouter l’annotation « {annotation} », car une annotation portant le même nom existe déjà sur l’objet {annotatable}
public static string DuplicateAnnotation (object annotation, object annotatable);
public static string DuplicateAnnotation (object? annotation, object? annotatable);
static member DuplicateAnnotation : obj * obj -> string
Public Shared Function DuplicateAnnotation (annotation As Object, annotatable As Object) As String
Paramètres
- annotation
- Object
- annotatable
- Object