CoreStrings.AnnotationNotFound Yöntem

Tanım

Aşırı Yüklemeler

AnnotationNotFound(Object, Object)

' {Annotation} ' ek açıklaması bulunamadı. Ek açıklamanın {Annotatable} nesnesine eklendiğinden emin olun

AnnotationNotFound(Object)

' {Annotation} ' ek açıklaması bulunamadı. Ek açıklamanın eklendiğinden emin olun.

AnnotationNotFound(Object, Object)

' {Annotation} ' ek açıklaması bulunamadı. Ek açıklamanın {Annotatable} nesnesine eklendiğinden emin olun

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

Parametreler

annotation
Object
annotatable
Object

Döndürülenler

String

Şunlara uygulanır

AnnotationNotFound(Object)

' {Annotation} ' ek açıklaması bulunamadı. Ek açıklamanın eklendiğinden emin olun.

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

Parametreler

annotation
Object

Döndürülenler

String

Şunlara uygulanır