IOutliningManagerService Interface
Provides the IOutliningManager for a given view model.
Namespace: Microsoft.VisualStudio.Text.Outlining
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
'Declaration
Public Interface IOutliningManagerService
public interface IOutliningManagerService
public interface class IOutliningManagerService
type IOutliningManagerService = interface end
public interface IOutliningManagerService
The IOutliningManagerService type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetOutliningManager | Gets an IOutliningManager for the given view. |
Top
Remarks
This is a MEF component part, and should be imported as follows:
[Import] IOutliningManagerService outliningManager = null;