次の方法で共有


PointKeyFrameCollection.GetView メソッド

定義

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

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

戻り値

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

実装

適用対象