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
- application
Typ: System.Windows.Application
Die dem JumpList-Objekt zugeordnete Anwendung.
- value
Typ: Microsoft.Windows.Shell.JumpList
Das der Anwendung zuzuordnende JumpList-Objekt.
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
- 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.