Freigeben über


JumpList.GetJumpList-Methode

Gibt das mit einer Anwendung verknüpfte JumpList-Objekt zurück.

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

Parameter

Rückgabewert

Typ: Microsoft.Windows.Shell.JumpList
Das der angegebenen Anwendung zugeordnete JumpList-Objekt.

Hinweise

Sie können die GetJumpList-Methode aufrufen, um die JumpList abzurufen, die derzeit einer Application zugewiesen ist. .NET Framework erfordert nicht, dass dies der JumpList entspricht, die gerade für die Windows-Shell angewendet wird.

.NET Framework-Sicherheit

Siehe auch

Referenz

JumpList Klasse

Microsoft.Windows.Shell-Namespace