CoreStrings.AnnotationNotFound 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
AnnotationNotFound(Object) |
找不到批註 '{annotation}'。 請確定已新增批註。 |
AnnotationNotFound(Object, Object) |
找不到批註 '{annotation}'。 確定已將注釋新增至物件 {annotatable} |
AnnotationNotFound(Object)
AnnotationNotFound(Object, Object)
找不到批註 '{annotation}'。 確定已將注釋新增至物件 {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
參數
- annotation
- Object
- annotatable
- Object