CoreStrings.AnnotationNotFound Método

Definição

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