IAnnotatable.FindRuntimeAnnotationValue(String) メソッド

定義

指定された名前のランタイム注釈の値を取得し、存在しない場合は を null 返します。

public virtual object? FindRuntimeAnnotationValue (string name);
abstract member FindRuntimeAnnotationValue : string -> obj
override this.FindRuntimeAnnotationValue : string -> obj
Public Overridable Function FindRuntimeAnnotationValue (name As String) As Object

パラメーター

name
String

検索する注釈の名前。

戻り値

指定した名前の注釈が既に存在する場合の、既存のランタイム注釈の値。 それ以外の場合は null

適用対象