次の方法で共有


HttpProductInfoHeaderValueCollection.GetView メソッド

定義

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

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

戻り値

HttpProductInfoHeaderValueCollection のビュー。

実装

適用対象