Compartir a través de


CoreStrings.AnnotationNotFound Método

Definición

Sobrecargas

AnnotationNotFound(Object)

No se encontró la anotación '{annotation}'. Asegúrese de que se ha agregado la anotación.

AnnotationNotFound(Object, Object)

No se encontró la anotación '{annotation}'. Asegúrese de que la anotación se ha agregado al objeto {annotatable}

AnnotationNotFound(Object)

No se encontró la anotación '{annotation}'. Asegúrese de que se ha agregado la anotación.

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

Parámetros

annotation
Object

Devoluciones

Se aplica a

AnnotationNotFound(Object, Object)

No se encontró la anotación '{annotation}'. Asegúrese de que la anotación se ha agregado al objeto {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

Parámetros

annotation
Object
annotatable
Object

Devoluciones

Se aplica a