CoreStrings.AnnotationNotFound Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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