SearchScopes Interface
A collection of SearchScope objects.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Usage
Public Class earchScopesImplementation
Implements SearchScopes
End Class
Dim earchScopesImplementation1 As New earchScopesImplementation()
Syntax
Public Interface SearchScopes
Inherits _IMsoDispObj, IEnumerable
public interface SearchScopes : _IMsoDispObj, IEnumerable
public interface class SearchScopes : public _IMsoDispObj, IEnumerable
public interface SearchScopes implements _IMsoDispObj, IEnumerable
public interface SearchScopes implements _IMsoDispObj, , IEnumerable
Remarks
Use the SearchScopes property of the FileSearch object to return a SearchScopes collection.
You can't add or remove SearchScope objects from the SearchScopes collection.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000
Target Platforms
See Also
Reference
Microsoft.Office.Core Namespace