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)

Syntax

'Declaration
<GuidAttribute("0BCE4F72-5889-4733-8605-413C28F5899F")> _
<InterfaceTypeAttribute()> _
Public Interface IVsDebugName
[GuidAttribute("0BCE4F72-5889-4733-8605-413C28F5899F")]
[InterfaceTypeAttribute()]
public interface IVsDebugName
[GuidAttribute(L"0BCE4F72-5889-4733-8605-413C28F5899F")]
[InterfaceTypeAttribute()]
public interface class IVsDebugName
[<GuidAttribute("0BCE4F72-5889-4733-8605-413C28F5899F")>]
[<InterfaceTypeAttribute()>]
type IVsDebugName =  interface end
public interface IVsDebugName

The IVsDebugName type exposes the following members.

Methods

  Name Description
Public method GetLocation Gets the breakpoint location.
Public method GetName Gets the name of the breakpoint.

Top

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace