CalendarViewDayItemChangingEventArgs.InRecycleQueue 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,這個值表示此容器是否位於 CalendarView 的回收佇列中,而且不會用來可視化行事歷專案。
public:
property bool InRecycleQueue { bool get(); };
bool InRecycleQueue();
public bool InRecycleQueue { get; }
var boolean = calendarViewDayItemChangingEventArgs.inRecycleQueue;
Public ReadOnly Property InRecycleQueue As Boolean
屬性值
Boolean
bool
如果容器位於 CalendarView 的回收佇列中,則為 true;否則為 false。