IMutableAnnotatable.Item[String] Propriété

Définition

Obtient ou définit la valeur de l’annotation avec le nom donné.

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

Paramètres

name
String

Nom de l’annotation.

Valeur de propriété

Valeur de l’annotation existante si une annotation portant le nom spécifié existe déjà. Sinon, null.

S’applique à