Share via


IDTSBreakpointSite100.SuspendRequired プロパティ

定義

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

実装

属性

適用対象