Condividi tramite


CoreStrings.AnnotationNotFound Metodo

Definizione

Overload

AnnotationNotFound(Object)

L'annotazione '{annotation}' non è stata trovata. Assicurarsi che l'annotazione sia stata aggiunta.

AnnotationNotFound(Object, Object)

L'annotazione '{annotation}' non è stata trovata. Assicurarsi che l'annotazione sia stata aggiunta all'oggetto {annotatable}

AnnotationNotFound(Object)

L'annotazione '{annotation}' non è stata trovata. Assicurarsi che l'annotazione sia stata aggiunta.

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

Parametri

annotation
Object

Restituisce

Si applica a

AnnotationNotFound(Object, Object)

L'annotazione '{annotation}' non è stata trovata. Assicurarsi che l'annotazione sia stata aggiunta all'oggetto {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

Parametri

annotation
Object
annotatable
Object

Restituisce

Si applica a