Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the JumpList object associated with an application.
Namespace: Microsoft.Windows.Shell
Assembly: Microsoft.Windows.Shell (in Microsoft.Windows.Shell.dll)
Syntax
'Declaration
Public Shared Function GetJumpList ( _
application As Application _
) As JumpList
public static JumpList GetJumpList(
Application application
)
public:
static JumpList^ GetJumpList(
Application^ application
)
static member GetJumpList :
application:Application -> JumpList
public static function GetJumpList(
application : Application
) : JumpList
Parameters
- application
Type: System.Windows.Application
The application associated with the JumpList.
Return Value
Type: Microsoft.Windows.Shell.JumpList
The JumpList object associated with the specified application.
Remarks
You can call the GetJumpList method to get the JumpList currently associated with an Application. The .NET Framework does not require that this be the JumpList that is currently applied to the Windows shell.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.