Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
[<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.