Share via


JumpList.SetJumpList Method

Sets the JumpList object associated with an application.

Namespace:  Microsoft.Windows.Shell
Assembly:  Microsoft.Windows.Shell (in Microsoft.Windows.Shell.dll)

Syntax

'Declaration
Public Shared Sub SetJumpList ( _
    application As Application, _
    value As JumpList _
)
public static void SetJumpList(
    Application application,
    JumpList value
)
public:
static void SetJumpList(
    Application^ application, 
    JumpList^ value
)
static member SetJumpList : 
        application:Application * 
        value:JumpList -> unit 
public static function SetJumpList(
    application : Application, 
    value : JumpList
)

Parameters

Remarks

You can create multiple JumpList objects. However, only one JumpList at a time can be associated with an Application. Call the SetJumpList method to set the JumpList currently associated with an Application.

.NET Framework Security

See Also

Reference

JumpList Class

Microsoft.Windows.Shell Namespace