Vcl.JumpList.TJumpListCollection.operator []

提供: RAD Studio API Documentation
移動先: 案内検索

C++

TJumpListItem* operator[](int Index) { return this->Items[Index]; }

プロパティ

種類 可視性 ソース ユニット
function public Vcl.JumpList.hpp Vcl.JumpList TJumpListCollection


説明

項目群のリストのリスト項目群に、TJumpListCollection のインスタンスに対して直接ブラケット([])を使用することで、アクセスすることができます。

TJumpListItem* FirstItem = JumpList[0];

関連項目