IVsDebugName 接口

定义

提供用于获取调试断点名称和位置的方法。

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)

获取断点的名称。

适用于