共用方式為


SearchFileOptions 類別

定義

傳遞至索引服務以篩選檔案尋找結果的參數

public sealed class SearchFileOptions
type SearchFileOptions = class
Public NotInheritable Class SearchFileOptions
繼承
SearchFileOptions

建構函式

SearchFileOptions(Boolean, Boolean, Boolean, Nullable<ImmutableArray<String>>)

搜尋 檔案選項的建構函式

屬性

Filters

索引結果將包含或排除的擴展名篩選清單,例如: .cs :- 表示只符合擴展名.cs應該視為 !。cs :- 表示不應考慮擴展名為 .cs的任何檔案。 請注意,篩選條件可以是擴展名或以檔案路徑結尾,或包含目錄路徑

IncludeExternalItems

在索引結果中包含外部專案

IncludeHiddenItems

在索引結果中包含隱藏的專案

IncludeMiscellaneousItems

在索引結果中包含錯誤的項目檔

適用於