共用方式為


JumpListItem.RemovedByUser 屬性

定義

取得布林值,指出使用者是否已從應用程式的跳躍清單中移除跳躍清單專案。

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 方法時,專案將不會儲存到跳躍清單。

適用於