Condividi tramite


IMutableAnnotatable.Item[String] Proprietà

Definizione

Ottiene o imposta il valore dell'annotazione con il nome specificato.

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

Parametri

name
String

Nome dell'elemento Annotation.

Valore della proprietà

Valore dell'annotazione esistente se esiste già un'annotazione con il nome specificato. In caso contrario, null.

Si applica a