IOutliningManagerService Interface
Visual Studio 2015
Provides the IOutliningManager for a given view model.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
| Name | Description | |
|---|---|---|
![]() | GetOutliningManager(ITextView) | Gets an IOutliningManager for the given view. |
This is a MEF component part, and should be imported as follows:
[Import] IOutliningManagerService outliningManager = null;
Show:
