JumpListItem.RemovedByUser Property

Definition

Gets a boolean indicating whether the jump list item was removed from the app's jump list by the user.

public:
 property bool RemovedByUser { bool get(); };
bool RemovedByUser();
public bool RemovedByUser { get; }
var boolean = jumpListItem.removedByUser;
Public ReadOnly Property RemovedByUser As Boolean

Property Value

Boolean

bool

True when a user manually removed a jump list item from the app's jump list, otherwise False.

Remarks

If the RemovedByUser property is True, then the item will not be saved to the jump list when the SaveAsync method is called.

Applies to