HttpRequestOptions.IReadOnlyDictionary<String,Object>.Values Właściwość

Definicja

Pobiera wyliczeń kolekcję zawierającą wartości w słowniku tylko do odczytu.

property System::Collections::Generic::IEnumerable<System::Object ^> ^ System::Collections::Generic::IReadOnlyDictionary<System::String,System::Object>::Values { System::Collections::Generic::IEnumerable<System::Object ^> ^ get(); };
System.Collections.Generic.IEnumerable<object?> System.Collections.Generic.IReadOnlyDictionary<System.String,System.Object>.Values { get; }
member this.System.Collections.Generic.IReadOnlyDictionary<System.String,System.Object>.Values : seq<obj>
 ReadOnly Property Values As IEnumerable(Of Object) Implements IReadOnlyDictionary(Of String, Object).Values

Wartość właściwości

Wyliczenie kolekcji zawierającej wartości w słowniku tylko do odczytu.

Implementuje

Dotyczy