다음을 통해 공유


HubSectionCollection.GetView 메서드

정의

컬렉션에 변경할 수 없는 보기를 가져옵니다.

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

반환

변경할 수 없는 컬렉션 뷰를 나타내는 개체입니다.

구현

적용 대상