IBraceCompletionManagerFactory Interface

Definition

A service that returns an IBraceCompletionManager that manages brace completion for a particular ITextView.

public interface class IBraceCompletionManagerFactory
public interface IBraceCompletionManagerFactory
type IBraceCompletionManagerFactory = interface
Public Interface IBraceCompletionManagerFactory

Remarks

This is a MEF component part, and should be imported as follows: [Import] IBraceCompletionManagerFactory braceCompletionManagerFactory = null;

Methods

TryGetBraceCompletionManager(ITextView)

Returns an IBraceCompletionManager that manages brace completion for a particular ITextView.

Applies to