Freigeben über


ITextSearchService2.FindAll-Methode (SnapshotSpan, SnapshotPoint, String, FindOptions)

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

Syntax

'Declaration
Function FindAll ( _
    searchRange As SnapshotSpan, _
    startingPosition As SnapshotPoint, _
    searchPattern As String, _
    options As FindOptions _
) As IEnumerable(Of SnapshotSpan)
IEnumerable<SnapshotSpan> FindAll(
    SnapshotSpan searchRange,
    SnapshotPoint startingPosition,
    string searchPattern,
    FindOptions options
)
IEnumerable<SnapshotSpan>^ FindAll(
    SnapshotSpan searchRange, 
    SnapshotPoint startingPosition, 
    String^ searchPattern, 
    FindOptions options
)
abstract FindAll : 
        searchRange:SnapshotSpan * 
        startingPosition:SnapshotPoint * 
        searchPattern:string * 
        options:FindOptions -> IEnumerable<SnapshotSpan> 
function FindAll(
    searchRange : SnapshotSpan, 
    startingPosition : SnapshotPoint, 
    searchPattern : String, 
    options : FindOptions
) : IEnumerable<SnapshotSpan>

Parameter

  • searchPattern
    Typ: String

Rückgabewert

Typ: IEnumerable<SnapshotSpan>

.NET Framework-Sicherheit

Siehe auch

Referenz

ITextSearchService2 Schnittstelle

FindAll-Überladung

Microsoft.VisualStudio.Text.Operations-Namespace