IVsLanguageDebugInfo Methods

 

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

NameDescription
System_CAPS_pubmethodGetLanguageID(IVsTextBuffer^, Int32, Int32, Guid)

Returns the corresponding debugger back-end "language ID".

System_CAPS_pubmethodGetLocationOfName(String^, String^, array<TextSpan>^)

Deprecated. Do not use.

System_CAPS_pubmethodGetNameOfLocation(IVsTextBuffer^, Int32, Int32, String^, Int32)

Generates a name for the given location in the file.

System_CAPS_pubmethodGetProximityExpressions(IVsTextBuffer^, Int32, Int32, Int32, IVsEnumBSTR^)

Generates proximity expressions.

System_CAPS_pubmethodIsMappedLocation(IVsTextBuffer^, Int32, Int32)

Returns whether the location contains code that is mapped to another document, for example, client-side script code.

System_CAPS_pubmethodResolveName(String^, UInt32, IVsEnumDebugName^)

Disambiguates the given name, providing non-ambiguous names for all entities that "match" the name.

System_CAPS_pubmethodValidateBreakpointLocation(IVsTextBuffer^, Int32, Int32, array<TextSpan>^)

Validates the given position as a place to set a breakpoint.

Return to top
Show: