Freigeben über


JumpList.SetJumpList-Methode

Legt das einer Anwendung zugeordnete JumpList-Objekt fest.

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
)

Parameter

Hinweise

Sie können mehrere JumpList-Objekte erstellen. Es kann jedoch nur jeweils ein JumpList einem Application zugewiesen werden. Rufen Sie die SetJumpList-Methode auf, um JumpList festzulegen, das derzeit einem Application zugewiesen ist.

.NET Framework-Sicherheit

Siehe auch

Referenz

JumpList Klasse

Microsoft.Windows.Shell-Namespace