次の方法で共有


CoreStrings.AnnotationNotFound メソッド

定義

オーバーロード

AnnotationNotFound(Object)

注釈 '{annotation}' が見つかりませんでした。 注釈が追加されていることを確認します。

AnnotationNotFound(Object, Object)

注釈 '{annotation}' が見つかりませんでした。 注釈がオブジェクト {注釈可能} に追加されていることを確認します

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}' が見つかりませんでした。 注釈がオブジェクト {注釈可能} に追加されていることを確認します

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

戻り値

適用対象