IVsOutliningCapableLanguage Interface

 

Provides support for the Collapse to Definitions command from the outlining menu.

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

[InterfaceTypeAttribute(1)]
[GuidAttribute("B97D5C98-0507-40FA-BF89-CE4F73EBA651")]
public interface IVsOutliningCapableLanguage

NameDescription
System_CAPS_pubmethodCollapseToDefinitions(IVsTextLines, IVsOutliningSession)

Outlines a specific range of text in response to the Collapse to Definitions command.

Notes to Implementers:

Implement this interface to support the Collapse to Definitions command on the outlining menu.

Return to top
Show: