PathSegmentCollection.GetView メソッド

定義

コレクションに変更できないビューを取得します。

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

戻り値

変更できないコレクション ビューを表す オブジェクト。

実装

適用対象