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)

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("B97D5C98-0507-40FA-BF89-CE4F73EBA651")> _
Public Interface IVsOutliningCapableLanguage
[InterfaceTypeAttribute()]
[GuidAttribute("B97D5C98-0507-40FA-BF89-CE4F73EBA651")]
public interface IVsOutliningCapableLanguage
[InterfaceTypeAttribute()]
[GuidAttribute(L"B97D5C98-0507-40FA-BF89-CE4F73EBA651")]
public interface class IVsOutliningCapableLanguage
[<InterfaceTypeAttribute()>]
[<GuidAttribute("B97D5C98-0507-40FA-BF89-CE4F73EBA651")>]
type IVsOutliningCapableLanguage =  interface end
public interface IVsOutliningCapableLanguage

The IVsOutliningCapableLanguage type exposes the following members.

Methods

  Name Description
Public method CollapseToDefinitions Outlines a specific range of text in response to the Collapse to Definitions command.

Top

Remarks

Notes to Implementers

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

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace