QueryOptions.FolderDepth 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指出搜尋查詢是否應該產生資料夾內容的淺層檢視,還是所有檔案和子資料夾的深層遞迴檢視。
public:
property FolderDepth FolderDepth { FolderDepth get(); void set(FolderDepth value); };
FolderDepth FolderDepth();
void FolderDepth(FolderDepth value);
public FolderDepth FolderDepth { get; set; }
var folderDepth = queryOptions.folderDepth;
queryOptions.folderDepth = folderDepth;
Public Property FolderDepth As FolderDepth
屬性值
值,指出查詢資料夾的深度。 預設值為 FolderDepth.Shallow。 預先定義的查詢通常會覆寫此屬性,並將其變更為 FolderDepth.Deep。