Microsoft.VisualStudio.Text.Configuration Namespace
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.
IWord |
Utility which selects the appropriate IWordPatternProviderFactory for a given SnapshotPoint, gets its IWordPatternProvider and calls GetWordPatternRegexAsync(SnapshotPoint, CancellationToken) |
IWord |
Provides the Word Pattern which determines boundaries between words. Instance of this type can be obtained by importing IWordPatternProviderFactory. |
IWord |
Creates IWordPatternProvider applicable to an ITextBuffer. This is a MEF component and should be exported with [ContentType] and [Name] attributes and optional [Order] attribute. An instance of IWordPatternProviderFactory is selected by matching declared ContentType to content type of location where IWordPatternProvider is needed, and then by declared Order with Order of other applicable components.
|