Breakpoint3.LocationType 属性

定义

获取断点表示的位置类型。

public:
 property EnvDTE::dbgBreakpointLocationType LocationType { EnvDTE::dbgBreakpointLocationType get(); };
public:
 property EnvDTE::dbgBreakpointLocationType LocationType { EnvDTE::dbgBreakpointLocationType get(); };
[System.Runtime.InteropServices.DispId(101)]
public EnvDTE.dbgBreakpointLocationType LocationType { [System.Runtime.InteropServices.DispId(101)] get; }
[<System.Runtime.InteropServices.DispId(101)>]
[<get: System.Runtime.InteropServices.DispId(101)>]
member this.LocationType : EnvDTE.dbgBreakpointLocationType
Public ReadOnly Property LocationType As dbgBreakpointLocationType

属性值

dbgBreakpointLocationType

dbgBreakpointLocationType 值之一。

实现

属性

注解

请参阅 LocationType

适用于