ITextSearchNavigatorFactoryService Interface

 

Creates ITextSearchNavigator objects.

Namespace:   Microsoft.VisualStudio.Text.Operations
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

public interface ITextSearchNavigatorFactoryService

NameDescription
System_CAPS_pubmethodCreateSearchNavigator(ITextBuffer)

Creates a new instance of ITextSearchNavigator that searches the provided text buffer.

This service is provided by the editor and should be consumed via the Managed Extensibility Framework (MEF).

Return to top
Show: