actionURL property
Gets the URL of a Jump List item that is removed.
This property is not supported for Windows apps using JavaScript.
![]() |
Syntax
HRESULT value = object.get_actionURL(* p);
Property values
Type: BSTR
the URL of the Jump List item.
Remarks
The HTMLDocumentEvents4::onmssitemodejumplistitemremoved event is raised on two conditions:
- The msSiteModeShowJumpList method was called
- An item has been removed from the Jump List since the previous invocation of msSiteModeShowJumpList
The action URL that is returned in this event property is the same URL that is set by the pinned site with msSiteModeAddJumpListItem.
See also
Show:
