Freigeben über


HttpResponseHeaderCollection.GetView Methode

Definition

Gibt eine unveränderliche Ansicht der HttpResponseHeaderCollection zurück.

public:
 virtual IMapView<Platform::String ^, Platform::String ^> ^ GetView() = IMap<Platform::String ^, Platform::String ^>::GetView;
IMapView<winrt::hstring, winrt::hstring const&> GetView();
public IReadOnlyDictionary<string,string> GetView();
function getView()
Public Function GetView () As IReadOnlyDictionary(Of String, String)

Gibt zurück

IMapView<String,String>

IReadOnlyDictionary<String,String>

IMapView<Platform::String,Platform::String>

IMapView<winrt::hstring,winrt::hstring>

Die Ansicht der HttpResponseHeaderCollection.

Implementiert

Hinweise

Bei der Programmierung mit .NET ist diese Methode ausgeblendet.

Gilt für: