IReadOnlyAnnotatable.Item[String] プロパティ

定義

指定した名前の注釈の値を取得し、存在しない場合は を null 返します。

public object? this[string name] { get; }
member this.Item(string) : obj
Default Public ReadOnly Property Item(name As String) As Object

パラメーター

name
String

検索する注釈の名前。

プロパティ値

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

適用対象