IVsOutliningCapableLanguage Interface
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
C++/CX
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
Implement this interface to support the Collapse to Definitions command on the outlining menu.
Collapse |
Outlines a specific range of text in response to the Collapse to Definitions command. |
Product | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |