SearchFileOptions 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳遞至索引服務以篩選檔案尋找結果的參數
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 |
在索引結果中包含錯誤的項目檔 |