次の方法で共有


ObjectKeyFrameCollection.GetView メソッド

定義

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

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

戻り値

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

実装

適用対象