IVsOutliningCapableLanguage Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides support for the Collapse to Definitions command from the outlining menu.
public interface class IVsOutliningCapableLanguage
public interface class IVsOutliningCapableLanguage
__interface IVsOutliningCapableLanguage
[System.Runtime.InteropServices.Guid("B97D5C98-0507-40FA-BF89-CE4F73EBA651")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsOutliningCapableLanguage
[System.Runtime.InteropServices.Guid("B97D5C98-0507-40FA-BF89-CE4F73EBA651")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsOutliningCapableLanguage
[<System.Runtime.InteropServices.Guid("B97D5C98-0507-40FA-BF89-CE4F73EBA651")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsOutliningCapableLanguage = interface
[<System.Runtime.InteropServices.Guid("B97D5C98-0507-40FA-BF89-CE4F73EBA651")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsOutliningCapableLanguage = interface
Public Interface IVsOutliningCapableLanguage
- Attributes
Notes to Implementers
Implement this interface to support the Collapse to Definitions command on the outlining menu.
Methods
CollapseToDefinitions(IVsTextLines, IVsOutliningSession) |
Outlines a specific range of text in response to the Collapse to Definitions command. |