Vcl.JumpList.TJumpListCollection.GetObjectArray

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function GetObjectArray: IObjectArray;

C++

_di_IObjectArray __fastcall GetObjectArray();

Propriétés

Type Visibilité  Source Unité  Parent
function public
Vcl.JumpList.pas
Vcl.JumpList.hpp
Vcl.JumpList TJumpListCollection


Description

Renvoie une instance de IObjectArray qui contient les éléments de la liste sous forme d'instances de IShellLink.

Exceptions

GetObjectArray peut déclencher l'une quelconque des exceptions suivantes :

Exception Exception.Message Scénarios

EJumpListItemException

Exception JumpListItem : Erreur <code> Ajout de l'élément au tableau d'objets

Exception JumpListItem : Erreur <code> Obtention du tableau d'objets

GetObjectArray appelle GetAsIShellLink sur chaque élément de votre liste. GetAsIShellLink peut déclencher certaines exceptions.

Voir aussi