共用方式為


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)

屬性值

適用於