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