Share via


IMutableAnnotatable.Item[String] プロパティ

定義

指定した名前の注釈の値を取得または設定します。

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

パラメーター

name
String

注釈の名前。

プロパティ値

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

適用対象