IVsDebugName Interface

 

Provides methods to get a debug breakpoint name and location.

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

[GuidAttribute("0BCE4F72-5889-4733-8605-413C28F5899F")]
[InterfaceTypeAttribute(1)]
public interface IVsDebugName

NameDescription
System_CAPS_pubmethodGetLocation(String, TextSpan[])

Gets the breakpoint location.

System_CAPS_pubmethodGetName(String)

Gets the name of the breakpoint.

Return to top
Show: