다음을 통해 공유


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 는 사용하지 않도록 설정되어 있음을 나타냅니다.

특성

적용 대상