Freigeben über


ITextSearchService2-Schnittstelle

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

Syntax

'Declaration
Public Interface ITextSearchService2 _
    Inherits ITextSearchService
public interface ITextSearchService2 : ITextSearchService
public interface class ITextSearchService2 : ITextSearchService
type ITextSearchService2 =  
    interface 
        interface ITextSearchService 
    end
public interface ITextSearchService2 extends ITextSearchService

Der ITextSearchService2-Typ macht die folgenden Member verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode Find(SnapshotPoint, String, FindOptions)
Öffentliche Methode Find(SnapshotSpan, SnapshotPoint, String, FindOptions)
Öffentliche Methode FindAll(FindData) Sucht nach allen Instanzen der Suchzeichenfolge. (Von ITextSearchService geerbt.)
Öffentliche Methode FindAll(SnapshotSpan, String, FindOptions)
Öffentliche Methode FindAll(SnapshotSpan, SnapshotPoint, String, FindOptions)
Öffentliche Methode FindAllForReplace
Öffentliche Methode FindForReplace(SnapshotPoint, String, String, FindOptions, String%)
Öffentliche Methode FindForReplace(SnapshotSpan, String, String, FindOptions, String%)
Öffentliche Methode FindNext Sucht nach der nächsten Instanz der Suchzeichenfolge. (Von ITextSearchService geerbt.)

Zum Seitenanfang

Siehe auch

Referenz

Microsoft.VisualStudio.Text.Operations-Namespace