Aracılığıyla paylaş


CoreStrings.AnnotationNotFound Yöntem

Tanım

Aşırı Yüklemeler

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

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

Şunlara uygulanır

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

Şunlara uygulanır