CoreStrings.AnnotationNotFound Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
AnnotationNotFound(Object) |
A anotação '{annotation}' não foi encontrada. Verifique se a anotação foi adicionada. |
AnnotationNotFound(Object, Object) |
A anotação '{annotation}' não foi encontrada. Verifique se a anotação foi adicionada ao objeto {annotatable} |
AnnotationNotFound(Object)
A anotação '{annotation}' não foi encontrada. Verifique se a anotação foi adicionada.
public static string AnnotationNotFound (object annotation);
static member AnnotationNotFound : obj -> string
Public Shared Function AnnotationNotFound (annotation As Object) As String
Parâmetros
- annotation
- Object
Retornos
Aplica-se a
AnnotationNotFound(Object, Object)
A anotação '{annotation}' não foi encontrada. Verifique se a anotação foi adicionada ao 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
Retornos
Aplica-se a
Entity Framework