次の方法で共有


HttpContentCodingHeaderValueCollection.GetView メソッド

定義

HttpContentCodingHeaderValueCollection の変更できないビューを返します。

public:
 virtual IVectorView<HttpContentCodingHeaderValue ^> ^ GetView() = IVector<HttpContentCodingHeaderValue ^>::GetView;
IVectorView<HttpContentCodingHeaderValue> GetView();
public IReadOnlyList<HttpContentCodingHeaderValue> GetView();
function getView()
Public Function GetView () As IReadOnlyList(Of HttpContentCodingHeaderValue)

戻り値

HttpContentCodingHeaderValueCollection のビュー。

実装

適用対象