Aracılığıyla paylaş


CoreStrings.DuplicateAnnotation Yöntem

Tanım

Aşırı Yüklemeler

DuplicateAnnotation(Object)

Aynı ada sahip bir ek açıklama zaten mevcut olduğundan '{annotation}' ek açıklaması eklenemiyor.

DuplicateAnnotation(Object, Object)

{annotatable} nesnesinde aynı ada sahip bir ek açıklama zaten bulunduğundan '{annotation}' ek açıklaması eklenemiyor

DuplicateAnnotation(Object)

Aynı ada sahip bir ek açıklama zaten mevcut olduğundan '{annotation}' ek açıklaması eklenemiyor.

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

Parametreler

annotation
Object

Döndürülenler

Şunlara uygulanır

DuplicateAnnotation(Object, Object)

{annotatable} nesnesinde aynı ada sahip bir ek açıklama zaten bulunduğundan '{annotation}' ek açıklaması eklenemiyor

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

Parametreler

annotation
Object
annotatable
Object

Döndürülenler

Şunlara uygulanır