ContractFailedEventArgs.Handled 屬性

定義

表示是否已處理 ContractFailed 事件。

public:
 property bool Handled { bool get(); };
public bool Handled { get; }
member this.Handled : bool
Public ReadOnly Property Handled As Boolean

屬性值

如果已處理事件則為 true,否則為 false

備註

Contract.ContractFailed如果事件尚未處理,調試程式就會收到通知。 如果未附加調試程式,則會顯示 [判斷提示 ] 對話方塊。

適用於