Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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
'Dichiarazione
<InterfaceTypeAttribute()> _
<GuidAttribute("B97D5C98-0507-40FA-BF89-CE4F73EBA651")> _
Public Interface IVsOutliningCapableLanguage
'Utilizzo
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.