IVsLanguageDebugInfo Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | GetLanguageID(IVsTextBuffer^, Int32, Int32, Guid) | Returns the corresponding debugger back-end "language ID". |
![]() | GetLocationOfName(String^, String^, array<TextSpan>^) | Deprecated. Do not use. |
![]() | GetNameOfLocation(IVsTextBuffer^, Int32, Int32, String^, Int32) | Generates a name for the given location in the file. |
![]() | GetProximityExpressions(IVsTextBuffer^, Int32, Int32, Int32, IVsEnumBSTR^) | Generates proximity expressions. |
![]() | IsMappedLocation(IVsTextBuffer^, Int32, Int32) | Returns whether the location contains code that is mapped to another document, for example, client-side script code. |
![]() | ResolveName(String^, UInt32, IVsEnumDebugName^) | Disambiguates the given name, providing non-ambiguous names for all entities that "match" the name. |
![]() | ValidateBreakpointLocation(IVsTextBuffer^, Int32, Int32, array<TextSpan>^) | Validates the given position as a place to set a breakpoint. |
Show:
