다음을 통해 공유


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

반환

적용 대상