CoreStrings.AnnotationNotFound Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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