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
'Usage
Dim instance As IVsOutliningCapableLanguage
[InterfaceTypeAttribute()]
[GuidAttribute("B97D5C98-0507-40FA-BF89-CE4F73EBA651")]
public interface IVsOutliningCapableLanguage
[InterfaceTypeAttribute()]
[GuidAttribute(L"B97D5C98-0507-40FA-BF89-CE4F73EBA651")]
public interface class IVsOutliningCapableLanguage
public interface IVsOutliningCapableLanguage

Remarks

Notes to Implementers:

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

See Also

Reference

IVsOutliningCapableLanguage Members

Microsoft.VisualStudio.TextManager.Interop Namespace