Compartir a través de


JumpList.SetJumpList (Método)

Establece el objeto JumpList asociado a una aplicación.

Espacio de nombres:  Microsoft.Windows.Shell
Ensamblado:  Microsoft.Windows.Shell (en Microsoft.Windows.Shell.dll)

Sintaxis

'Declaración
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
)

Parámetros

Comentarios

Puede crear varios objetos JumpList. Sin embargo, solo un JumpList se puede asociar a la vez con un Application. Llame al método SetJumpList para establecer JumpList actualmente asociado a un Application.

Seguridad de .NET Framework

Vea también

Referencia

JumpList Clase

Microsoft.Windows.Shell (Espacio de nombres)