BaseChannelObjectWithProperties.Item[Object] Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
En cas de substitution dans une classe dérivée, obtient ou définit la propriété associée à la clé spécifiée.
public:
virtual property System::Object ^ default[System::Object ^] { System::Object ^ get(System::Object ^ key); void set(System::Object ^ key, System::Object ^ value); };
public virtual object this[object key] { get; set; }
member this.Item(obj) : obj with get, set
Default Public Overridable Property Item(key As Object) As Object
Paramètres
- key
- Object
Clé de la propriété à obtenir ou définir.
Valeur de propriété
Propriété associée à la clé spécifiée.
Implémente
Exceptions
La propriété est accessible.
Notes pour les héritiers
Il est nécessaire d’implémenter cette propriété pour qu’un récepteur de canal dérivé fonctionne.