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

適用於