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
- application
Tipo: System.Windows.Application
O aplicativo associado a JumpList.
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
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.