Sdílet prostřednictvím


CoreStrings.AnnotationNotFound Metoda

Definice

Přetížení

AnnotationNotFound(Object)

Poznámka {annotation} nebyla nalezena. Ujistěte se, že je poznámka přidaná.

AnnotationNotFound(Object, Object)

Poznámka {annotation} nebyla nalezena. Ujistěte se, že byla poznámka přidána k objektu {annotatable}

AnnotationNotFound(Object)

Poznámka {annotation} nebyla nalezena. Ujistěte se, že je poznámka přidaná.

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

Parametry

annotation
Object

Návraty

Platí pro

AnnotationNotFound(Object, Object)

Poznámka {annotation} nebyla nalezena. Ujistěte se, že byla poznámka přidána k objektu {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

Parametry

annotation
Object
annotatable
Object

Návraty

Platí pro