IClassifierProvider 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.
Creates a classifier for a given ITextBuffer.
public interface class IClassifierProvider
public interface class IClassifierProvider
__interface IClassifierProvider
public interface IClassifierProvider
type IClassifierProvider = interface
Public Interface IClassifierProvider
Remarks
This is a MEF component part, and should be exported with the following attribute: [Export(typeof(IClassifierProvider))] Component exporters must add at least one content type attribute to specify the content types for which the component is valid.
Methods
GetClassifier(ITextBuffer) |
Gets a classifier for the given text buffer. |