EN
Ce contenu n’est pas disponible dans votre langue. Voici la version anglaise.
0 sur 1 ont trouvé cela utile - Évaluez ce sujet

msSiteModeCreateJumpList Method

New for Windows Internet Explorer 9

Creates a new group of items on the Jump List.

Syntax

window.external.msSiteModeCreateJumpList(bstrHeader)

Parameters

bstrHeader Required. A String that specifies a title for the Jump List group.

Return Value

No return value.

Possible Exceptions

Not implemented (0x80004001) This method is not supported on Windows CE.

Remarks

A Jump List contains links into your application and elsewhere. The pinned site allows only one Jump List group at a time, and all items are appended to the same list. (For more information, see msSiteModeAddJumpListItem.)

You create a new Jump List group by calling the msSiteModeCreateJumpList method followed by msSiteModeAddJumpListItem and msSiteModeShowJumpList. The list is cleared only if the name provided in the bstrHeader parameter is different from the current list. If necessary, you can call msSiteModeClearJumpList to start a new list; however, doing so prevents the onmssitemodejumplistitemremoved event from being raised.

To view the Jump List, hover over the pinned site shortcut after pinning it to the Start menu, or right-click the pinned site button in the Windows taskbar.

Applies To

external

See Also

Cela vous a-t-il été utile ?
(1500 caractères restants)

Ajouts de la communauté

AJOUTER
Microsoft réalise une enquête en ligne pour recueillir votre opinion sur le site Web de MSDN. Si vous choisissez d’y participer, cette enquête en ligne vous sera présentée lorsque vous quitterez le site Web de MSDN.

Si vous souhaitez y participer,
© 2013 Microsoft. Tous droits réservés.