次の方法で共有


IDTSBreakpointTarget100.Enabled プロパティ

定義

public:
 property bool Enabled { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(2)]
public bool Enabled { [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.Enabled : bool with get, set
Public Property Enabled As Boolean

プロパティ値

ブレークポイントが有効かどうかを示す ブール値 。 true はブレークポイントが有効であることを示します。 false は無効であることを示します。

属性

適用対象