Share via


JumpList.GetJumpList Method

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

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

See Also

Reference

JumpList Class

Microsoft.Windows.Shell Namespace