Freigeben über


CoreStrings.AnnotationNotFound Methode

Definition

Überlädt

AnnotationNotFound(Object)

Die Anmerkung "{annotation}" wurde nicht gefunden. Stellen Sie sicher, dass die Anmerkung hinzugefügt wurde.

AnnotationNotFound(Object, Object)

Die Anmerkung "{annotation}" wurde nicht gefunden. Stellen Sie sicher, dass die Anmerkung dem Objekt {annotatable} hinzugefügt wurde.

AnnotationNotFound(Object)

Die Anmerkung "{annotation}" wurde nicht gefunden. Stellen Sie sicher, dass die Anmerkung hinzugefügt wurde.

public static string AnnotationNotFound (object annotation);
static member AnnotationNotFound : obj -> string
Public Shared Function AnnotationNotFound (annotation As Object) As String

Parameter

annotation
Object

Gibt zurück

Gilt für:

AnnotationNotFound(Object, Object)

Die Anmerkung "{annotation}" wurde nicht gefunden. Stellen Sie sicher, dass die Anmerkung dem Objekt {annotatable} hinzugefügt wurde.

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

Parameter

annotation
Object
annotatable
Object

Gibt zurück

Gilt für: