AnnotatableBase.Item[String] プロパティ

定義

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

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

パラメーター

name
String

検索する注釈のキー。

プロパティ値

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

適用対象