IVsDebugName Interface

Definition

Provides methods to get a debug breakpoint name and location.

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(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsDebugName
[<System.Runtime.InteropServices.Guid("0BCE4F72-5889-4733-8605-413C28F5899F")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsDebugName = interface
[<System.Runtime.InteropServices.Guid("0BCE4F72-5889-4733-8605-413C28F5899F")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsDebugName = interface
Public Interface IVsDebugName
Attributes

Methods

GetLocation(String, TextSpan[])

Gets the breakpoint location.

GetName(String)

Gets the name of the breakpoint.

Applies to