JumpList.GetJumpList 方法

返回与某个应用程序关联的 JumpList 对象。

命名空间:  Microsoft.Windows.Shell
程序集:  Microsoft.Windows.Shell(在 Microsoft.Windows.Shell.dll 中)

语法

声明
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

参数

返回值

类型:Microsoft.Windows.Shell.JumpList
与指定应用程序关联的 JumpList 对象。

备注

您可以调用 GetJumpList 方法来获取当前与 Application 关联的 JumpList。 .NET Framework 不要求它是当前应用于 Windows shell 的 JumpList

.NET Framework 安全性

请参见

参考

JumpList 类

Microsoft.Windows.Shell 命名空间