SymbolResolver.Item[String] Propriété
Définition
Obtient ou définit la valeur de l'élément associé à la clé spécifiée.Gets or sets the value of the item associated with the specified key.
public:
property System::Object ^ default[System::String ^] { System::Object ^ get(System::String ^ key); void set(System::String ^ key, System::Object ^ value); };
public object this[string key] { get; set; }
member this.Item(string) : obj with get, set
Default Public Property Item(key As String) As Object
Paramètres
- key
- String
Clé de l'élément.The key of the item.
Valeur de propriété
Valeur de l'élément associé à la clé spécifiée.The value of the item associated with the specified key.