Vcl.JumpList.TJumpListCollection.GetObjectArray

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

Delphi

function GetObjectArray: IObjectArray;

C++

_di_IObjectArray __fastcall GetObjectArray();

プロパティ

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


説明

リストの項目IShellLink のインスタンスとして含む IObjectArray のインスタンスを返します。

例外

GetObjectArray では次の例外が発生する可能性があります。

例外 Exception.Message 状況

EJumpListItemException

ジャンプ リスト項目の例外: エラー <コード>: オブジェクト配列への項目の追加

ジャンプ リスト項目の例外: エラー <コード>: オブジェクト配列の取得

GetObjectArray では、リスト内の各項目に対して GetAsIShellLink を呼び出します。GetAsIShellLink ではいくつかの例外が発生する可能性があります。

関連項目