IVsDebugName 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供用于获取调试断点名称和位置的方法。
public interface class IVsDebugName
public interface class IVsDebugName
__interface IVsDebugName
[System.Runtime.InteropServices.Guid("0BCE4F72-5889-4733-8605-413C28F5899F")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsDebugName
[<System.Runtime.InteropServices.Guid("0BCE4F72-5889-4733-8605-413C28F5899F")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsDebugName = interface
Public Interface IVsDebugName
- 属性
方法
| GetLocation(String, TextSpan[]) |
获取断点位置。 |
| GetName(String) |
获取断点的名称。 |