다음을 통해 공유


CoreStrings.DuplicateAnnotation 메서드

정의

오버로드

DuplicateAnnotation(Object)

이름이 같은 주석이 이미 있으므로 주석 '{annotation}'을(를) 추가할 수 없습니다.

DuplicateAnnotation(Object, Object)

이름이 같은 주석이 {annotatable} 개체에 이미 있으므로 주석 '{annotation}'을(를) 추가할 수 없습니다.

DuplicateAnnotation(Object)

이름이 같은 주석이 이미 있으므로 주석 '{annotation}'을(를) 추가할 수 없습니다.

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

매개 변수

annotation
Object

반환

적용 대상

DuplicateAnnotation(Object, Object)

이름이 같은 주석이 {annotatable} 개체에 이미 있으므로 주석 '{annotation}'을(를) 추가할 수 없습니다.

public static string DuplicateAnnotation (object annotation, object annotatable);
public static string DuplicateAnnotation (object? annotation, object? annotatable);
static member DuplicateAnnotation : obj * obj -> string
Public Shared Function DuplicateAnnotation (annotation As Object, annotatable As Object) As String

매개 변수

annotation
Object
annotatable
Object

반환

적용 대상