IDTSBreakpointSite100.SuspendRequired 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定布林值,這個布林值表示當工作遇到中斷點時是否應該暫停。 此值是由執行階段引擎針對工作和容器遇到中斷點時設定的。
public:
property bool SuspendRequired { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(2)]
public bool SuspendRequired { [System.Runtime.InteropServices.DispId(2)] get; [System.Runtime.InteropServices.DispId(2)] set; }
[<System.Runtime.InteropServices.DispId(2)>]
[<get: System.Runtime.InteropServices.DispId(2)>]
[<set: System.Runtime.InteropServices.DispId(2)>]
member this.SuspendRequired : bool with get, set
Public Property SuspendRequired As Boolean
屬性值
如果工作遇到中斷點時會暫停,則為 true,否則為 false。
實作
- 屬性