[This is preliminary documentation and is subject to change.]
Defines reasons for calling filter function
Namespace: Tools.IOtAssembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public enum FilterReasons |
| Visual Basic |
|---|
Public Enumeration FilterReasons |
| Visual C++ |
|---|
public enum class FilterReasons |
| F# |
|---|
type FilterReasons |
| JScript |
|---|
public enum FilterReasons |
Members
| Member name | Value | Description | |
|---|---|---|---|
| See | 0 | Reason is that base class is about to get known about the file or folder | |
| Show | 1 | Reason is that base class is about to make the item current item (user called MoveNext()()()()). | |
| IsFlags | Gets value indicating if given value is of enum type which has FlagsAttribute applied | ||
| GetName | Gets name of given enumeration value | ||
| GetConstant | Gets constant field that represents given enum value | ||
| GetValue | Gets value of enum in its unedlying type | ||
| IsDefined | Gets value idicating if given value is defined as constant in enumeration |