PersonalizationDictionary.IDictionary.Item[Object] Propiedad

Definición

Obtiene o establece el Item[Object] valor de propiedad de la PersonalizationDictionary clase .

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

Parámetros

key
Object

que String identifica un objeto determinado PersonalizationEntry en el diccionario de personalización.

Valor de propiedad

Objeto PersonalizationEntry cuyo valor coincide con key.

Implementaciones

Excepciones

key no es un String objeto .

Comentarios

La Item[] primera garantiza que key es un String objeto y, si es así, llama a la propiedad propia PersonalizationDictionary de la Item[] clase para devolver la PersonalizationEntry cuya clave es igual key al diccionario actual.

Se aplica a

Consulte también