ITextSearchNavigatorFactoryService Interface
Creates ITextSearchNavigator objects.
Namespace: Microsoft.VisualStudio.Text.Operations
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Syntax
'Declaration
Public Interface ITextSearchNavigatorFactoryService
public interface ITextSearchNavigatorFactoryService
public interface class ITextSearchNavigatorFactoryService
type ITextSearchNavigatorFactoryService = interface end
public interface ITextSearchNavigatorFactoryService
The ITextSearchNavigatorFactoryService type exposes the following members.
Methods
Name | Description | |
---|---|---|
CreateSearchNavigator | Creates a new instance of ITextSearchNavigator that searches the provided text buffer. |
Top
Remarks
This service is provided by the editor and should be consumed via the Managed Extensibility Framework (MEF).