ICommandingTextBufferResolverProvider 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 a ICommandingTextBufferResolver for a given ITextView and content type.
public interface class ICommandingTextBufferResolverProvider
public interface ICommandingTextBufferResolverProvider
type ICommandingTextBufferResolverProvider = interface
Public Interface ICommandingTextBufferResolverProvider
Remarks
This is a MEF component and should be exported as
Export(typeof(ICommandingTextBufferResolverProvider))] [ContentType("MyContentType")] internal class MyBufferResolverProvider : ICommandingTextBufferResolverProvider
Methods
CreateResolver(ITextView) |
Creates a ICommandingTextBufferResolver for a given ITextView. |