JumpList.SetJumpList 方法

设置与应用程序关联的 JumpList 对象。

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

语法

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

参数

备注

您可以创建多个 JumpList 对象。 但是,一次只能有一个 JumpListApplication 相关联。 调用 SetJumpList 方法以设置当前与 Application 关联的 JumpList

.NET Framework 安全性

请参见

参考

JumpList 类

Microsoft.Windows.Shell 命名空间