CoreStrings.AnnotationNotFound 方法

定义

重载

AnnotationNotFound(Object)

找不到批注“{annotation}”。 确保已添加批注。

AnnotationNotFound(Object, Object)

找不到批注“{annotation}”。 确保批注已添加到对象 {annotatable}

AnnotationNotFound(Object)

找不到批注“{annotation}”。 确保已添加批注。

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

参数

annotation
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

返回

适用于