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 un ICollection<T> objeto que contiene las claves de .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
que ICollection<T> contiene las claves del objeto que implementa IDictionary<TKey,TValue>.
Implementaciones
Comentarios
Este miembro es una implementación explícita de miembro de interfaz. Solo se puede usar cuando la HttpRequestOptions instancia se convierte en una IDictionary<TKey,TValue> interfaz.