SessionEndingEventArgs.Cancel 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定數值,表示是否取消使用者結束工作階段的要求。
public:
property bool Cancel { bool get(); void set(bool value); };
public bool Cancel { get; set; }
member this.Cancel : bool with get, set
Public Property Cancel As Boolean
屬性值
取消使用者結束工作階段的要求,則為 true
,否則為 false
。
備註
當設定為 true
時,這個屬性會要求會話繼續執行。 它不保證會話不會結束。