Allows you to quickly find files or folders.
NOTE: Click the Members link, located near the top of the topic, to see this interface's methods and properties.| Visual Basic | |
|---|---|
Public Interface IEdmSearch8 Inherits IEdmSearch5, IEdmSearch6, IEdmSearch7 | |
| C# | |
|---|---|
public interface IEdmSearch8 : IEdmSearch5, IEdmSearch6, IEdmSearch7 | |
| C++/CLI | |
|---|---|
public interface class IEdmSearch8 : public IEdmSearch5, IEdmSearch6, IEdmSearch7 | |
This interface:
- extends IEdmSearch7 by providing the ability to construct more complicated search criteria using:
- Comparison operators
- Boolean OR and AND
- is extended by IEdmSearch9.