IVsDebugName Schnittstelle

Definition

Stellt Methoden bereit, um den Namen und Speicherort eines debughbreakpunkts zu erhalten.

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
Attribute

Methoden

GetLocation(String, TextSpan[])

Ruft die Position des halte Punkts ab.

GetName(String)

Ruft den Namen des Breakpoints ab.

Gilt für