Compartir a través de


ITextSearchNavigatorFactoryService Interface

Definition

A service that creates ITextSearchNavigator3 objects.

public interface class ITextSearchNavigatorFactoryService
public interface class ITextSearchNavigatorFactoryService
__interface ITextSearchNavigatorFactoryService
public interface ITextSearchNavigatorFactoryService
type ITextSearchNavigatorFactoryService = interface
Public Interface ITextSearchNavigatorFactoryService

Examples

Use the code below in your MEF exported class to import an instance of this type.

[Import]
ITextSearchNavigatorFactoryService TextSearchNavigatorProvider { get; set; }

Remarks

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

Methods

Name Description
CreateSearchNavigator(ITextBuffer)

Creates an ITextSearchNavigator3 that searches the provided buffer.

Applies to