次の方法で共有


CoreStrings.DuplicateAnnotation メソッド

定義

オーバーロード

DuplicateAnnotation(Object)

同じ名前の注釈が既に存在するため、注釈 '{annotation}' を追加できません。

DuplicateAnnotation(Object, Object)

同じ名前の注釈がオブジェクト {annotationable} に既に存在するため、注釈 '{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)

同じ名前の注釈がオブジェクト {annotationable} に既に存在するため、注釈 '{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

戻り値

適用対象