CoreStrings.AnnotationNotFound Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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