HttpRequestOptions.IDictionary<String,Object>.Keys Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Obtiene una interfaz ICollection<T> que contiene las claves de la interfaz IDictionary<TKey,TValue>.
property System::Collections::Generic::ICollection<System::String ^> ^ System::Collections::Generic::IDictionary<System::String,System::Object>::Keys { System::Collections::Generic::ICollection<System::String ^> ^ get(); };
System.Collections.Generic.ICollection<string> System.Collections.Generic.IDictionary<System.String,System.Object>.Keys { get; }
member this.System.Collections.Generic.IDictionary<System.String,System.Object>.Keys : System.Collections.Generic.ICollection<string>
ReadOnly Property Keys As ICollection(Of String) Implements IDictionary(Of String, Object).Keys
Valor de propiedad
ICollection<T> que contiene las claves del objeto que implementa el IDictionary<TKey,TValue>.
Implementaciones
Comentarios
Este miembro es una implementación explícita de un miembro de interfaz. Solo se puede utilizar cuando la instancia de HttpRequestOptions se convierte en una interfaz IDictionary<TKey,TValue>.