다음을 통해 공유


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의 보기입니다.

구현

적용 대상