共用方式為


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

傳回

適用於