Partilhar via


Método JumpList.GetJumpList

Retorna o JumpList objeto associado com um aplicativo.

Namespace:  Microsoft.Windows.Shell
Assembly:  Microsoft.Windows.Shell (em Microsoft.Windows.Shell.dll)

Sintaxe

'Declaração
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 de retorno

Tipo: Microsoft.Windows.Shell.JumpList
O JumpList objeto associado com o aplicativo especificado.

Comentários

Você pode chamar o GetJumpList método para obter o JumpList atualmente associados a uma Application. A.NET Framework não requer que este seja o JumpList que está sendo aplicado no shell do Windows.

Segurança do .NET Framework

Consulte também

Referência

JumpList Classe

Namespace Microsoft.Windows.Shell