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
- application
Typ: System.Windows.Application
Die dem JumpList-Objekt zugeordnete Anwendung.
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
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.