JumpListItem.RemovedByUser 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个布尔值,该值指示用户是否从应用的跳转列表中删除了跳转列表项。
public:
property bool RemovedByUser { bool get(); };
bool RemovedByUser();
public bool RemovedByUser { get; }
var boolean = jumpListItem.removedByUser;
Public ReadOnly Property RemovedByUser As Boolean
属性值
Boolean
bool
如果用户从应用的跳转列表中手动删除跳转列表项,则为 True,否则为 False。
注解
如果 RemovedByUser 属性为 True,则在调用 SaveAsync 方法时,不会将该项保存到跳转列表。