IVsDebugName Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |