Compartir a través de


JumpList.GetJumpList (Método)

Devuelve 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 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

Parámetros

Valor devuelto

Tipo: Microsoft.Windows.Shell.JumpList
Objeto JumpList asociado a la aplicación especificada.

Comentarios

Puede llamar al método GetJumpList para obtener JumpList actualmente asociado a un Application. El entorno.NET Framework no requiere que eso sea JumpList, que actualmente se aplica al shell de Windows.

Seguridad de .NET Framework

Vea también

Referencia

JumpList Clase

Microsoft.Windows.Shell (Espacio de nombres)