IOutliningManagerService Interface

Definition

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.

Applies to