IUICollection::Insert, méthode (uiribbon.h)
Insère un élément dans IUICollection à l’index spécifié.
Syntaxe
HRESULT Insert(
[in] UINT32 index,
[in] IUnknown *item
);
Paramètres
[in] index
Type : UINT32
Index de base zéro auquel l’élément est inséré dans IUICollection.
[in] item
Type : IUnknown*
Pointeur vers l’élément ajouté à IUICollection.
Valeur retournée
Type : HRESULT
Si cette méthode réussit, elle retourne S_OK. Sinon, elle retourne un code d’erreur HRESULT.
Spécifications
Client minimal pris en charge | Windows 7 [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2008 R2 [applications de bureau uniquement] |
Plateforme cible | Windows |
En-tête | uiribbon.h |
DLL | Mshtml.dll |