This topic has not yet been rated - Rate this topic

actionURL property

Gets the URL of a Jump List item that is removed.

This property is not supported for Windows Store apps built for Windows using JavaScript.

Internet Explorer 9

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:

  1. The msSiteModeShowJumpList method was called
  2. 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

Reference
msSiteModeAddJumpListItem
HTMLDocumentEvents4::onmssitemodejumplistitemremoved

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.