PersonalizationDictionary.IDictionary.Item[Object] Propiedad

Definición

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

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

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

Valor de propiedad

Object

Un objeto PersonalizationEntry cuyo valor coincide con key.

Implementaciones

Excepciones

key no es un objeto String.

Comentarios

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

Se aplica a

Consulte también