SearchFileOptions.Filters Property

Definition

A list of file extension filters that the index results will include or exclude For eg: .cs :- would mean that only matches with the file extension .cs should be considered !.cs :- would mean that any files with the extension .cs should not be considered. Note the filter can be for file extension or ends with file path or contains directory path

public System.Collections.Immutable.ImmutableArray<string> Filters { get; }
member this.Filters : System.Collections.Immutable.ImmutableArray<string>
Public ReadOnly Property Filters As ImmutableArray(Of String)

Property Value

Applies to