IOutliningManagerService Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides the IOutliningManager for a given view model.
public interface class IOutliningManagerService
public interface class IOutliningManagerService
__interface IOutliningManagerService
public interface IOutliningManagerService
type IOutliningManagerService = interface
Public Interface IOutliningManagerService
Remarks
This is a MEF component part, and should be imported as follows: [Import] IOutliningManagerService outliningManager = null;
Methods
GetOutliningManager(ITextView) |
Gets an IOutliningManager for the given view. |