Breakpoint3.LocationType 属性

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

命名空间:  EnvDTE90a
程序集:  EnvDTE90a(在 EnvDTE90a.dll 中)

语法

声明
ReadOnly Property LocationType As dbgBreakpointLocationType
    Get
dbgBreakpointLocationType LocationType { get; }
property dbgBreakpointLocationType LocationType {
    dbgBreakpointLocationType get ();
}
abstract LocationType : dbgBreakpointLocationType
function get LocationType () : dbgBreakpointLocationType

属性值

类型:EnvDTE.dbgBreakpointLocationType
dbgBreakpointLocationType 值之一。

实现

Breakpoint2.LocationType

备注

请参见LocationType

.NET Framework 安全性

请参见

参考

Breakpoint3 接口

LocationType 重载

EnvDTE90a 命名空间