msSiteModeShowJumpList method
Shows updates to the list of items in a Jump List.
This method is not supported for Windows apps using JavaScript.
Syntax
HRESULT retVal = object.msSiteModeShowJumpList();
Parameters
This method has no parameters.
Return value
Type: HRESULT
This method can return one of these values.
Return code | Description |
---|---|
S_OK | The operation completed successfully. |
E_NOTIMPL | This method is not supported on Windows CE. |
Standards information
There are no standards that apply here.
Remarks
The IShellUIHelper4::msSiteModeShowJumpList method displays the list of items that are queued up by IShellUIHelper4::msSiteModeAddJumpListItem. The update occurs instantly.
This method triggers the HTMLDocumentEvents4::onmssitemodejumplistitemremoved event, which is raised once for each item that has been removed by the user since the last time the IShellUIHelper4::msSiteModeShowJumpList method was called. This event is not raised if you call IShellUIHelper4::msSiteModeClearJumpList first.
Note To view the Jump List, hover over the pinned site shortcut after you pin it to the Start menu, or right-click the pinned site button in the Windows taskbar.
See also
Reference