Condividi tramite


IFinderFactory Interfaccia

Definizione

Factory usata per creare IFinder, che può essere usata per eseguire operazioni di ricerca su ITextSnapshots. Creato da IFindService.

public interface class IFinderFactory
public interface IFinderFactory
type IFinderFactory = interface
Public Interface IFinderFactory

Commenti

La ricerca & sostituire le stringhe e le opzioni di ricerca vengono impostate quando IFinderFactory viene creato e non può essere modificato.

Proprietà

FindWhat

Stringa cercata.

Options

Opzioni di ricerca.

ReplaceWith

Stringa utilizzata per sostituire il testo trovato.

Metodi

Create(ITextSnapshot)

Creare un finder per la ricerca in snapshot.

Si applica a