DoubleKeyFrameCollection.GetView メソッド

定義

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

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

戻り値

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

実装

適用対象