FileSearch.SearchFolders Property
Returns a SearchFolders collection.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Usage
Dim fileSearch1 As FileSearch
Dim returnValue As SearchFolders
returnValue = fileSearch1.SearchFolders
Syntax
ReadOnly Property SearchFolders() As SearchFolders
SearchFolders SearchFolders {get;}
property SearchFolders^ SearchFolders{
SearchFolders^ get();
}
public SearchFolders get_SearchFolders();
function get SearchFolders() : SearchFolders;
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000
Target Platforms
See Also
Reference
FileSearch Interface
Microsoft.Office.Core Namespace