SearchFileOptions.Filters Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)