IVsDocOutlineProvider Interface
Visual Studio 2015
Provides information about a document outline.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | GetOutline(IntPtr, IOleCommandTarget) | Returns a document outline. |
![]() | GetOutlineCaption(VSOUTLINECAPTION, String) | Returns a document outline caption. |
![]() | OnOutlineStateChange(UInt32, UInt32) | Notifies the client when changes have been made to the document outline state. |
![]() | ReleaseOutline(IntPtr, IOleCommandTarget) | Releases a document outline. |
See illustrations of the implementation and/or calling of this interface in the and samples.f08872bd-fd9c-4e36-8cf2-a2a2622ef986d166df06-9a77-491d-aa81-6834a4ad7e50
Notes to Implementers:
Notes to Callers:
Show:
