IBraceCompletionManagerFactory 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.
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. |