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