ExpandoObject.IDictionary<String,Object>.Item[String] Propriété

Définition

Obtient ou définit l'élément qui contient la clé spécifiée.

property System::Object ^ System::Collections::Generic::IDictionary<System::String,System::Object>::Item[System::String ^] { System::Object ^ get(System::String ^ key); void set(System::String ^ key, System::Object ^ value); };
object System.Collections.Generic.IDictionary<System.String,System.Object>.Item[string key] { get; set; }
object? System.Collections.Generic.IDictionary<System.String,System.Object>.Item[string key] { get; set; }
member this.System.Collections.Generic.IDictionary<System.String,System.Object>.Item(string) : obj with get, set
 Property Item(key As String) As Object Implements IDictionary(Of String, Object).Item

Paramètres

key
String

Clé de l'élément à obtenir ou définir.

Valeur de propriété

Élément qui contient la clé spécifiée.

Implémente

S’applique à