SearchFileOptions.Filters 属性

定义

索引结果将包括或排除的文件扩展名筛选器列表,例如: .cs :- 表示仅与文件扩展名匹配,.cs应视为 ! 。cs :- 表示不应考虑扩展名为 .cs 的任何文件。 请注意,筛选器可以是文件扩展名,也可以以文件路径结尾,或包含目录路径

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

属性值

适用于