[This is preliminary documentation and is subject to change.]
Summary description for IFileNameFilter.
| C# | Visual Basic | Visual C++ |
public interface IFileNameFilter
Public Interface IFileNameFilter
public interface class IFileNameFilter
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| Accept(FileInfo, String) |
Allows an implementation to determine whether a particular file listing should be returned
| |
| SearchPattern |
The initial search pattern to use (e.g. "*.*") ( limits the number of comparisons that need to be done )
|