Breakpoint3.LocationType 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取断点表示的位置类型。
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 值之一。
实现
- 属性
注解
请参阅 LocationType。