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
‘선언
<InterfaceTypeAttribute()> _
<GuidAttribute("B97D5C98-0507-40FA-BF89-CE4F73EBA651")> _
Public Interface IVsOutliningCapableLanguage
‘사용 방법
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
[<InterfaceTypeAttribute()>]
[<GuidAttribute("B97D5C98-0507-40FA-BF89-CE4F73EBA651")>]
type IVsOutliningCapableLanguage = interface end
public interface IVsOutliningCapableLanguage
Remarks
Notes to Implementers
Implement this interface to support the Collapse to Definitions command on the outlining menu.