[This is preliminary documentation and is subject to change.]
Vypnutí události
Namespace: Tools.ExperimentalAssembly: Tools Experimental (in Tools Experimental.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
protected enum Suspension |
| Visual Basic |
|---|
Protected Enumeration Suspension |
| Visual C++ |
|---|
protected enum class Suspension |
| F# |
|---|
type Suspension |
| JScript |
|---|
protected enum Suspension |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Enabled | 0 | Událost není vypnuta | |
| DoNotRaise | 1 | Budou provedeny úkony spojené s nastanutím události ale nebude událost nebude vyvolána | |
| DoNothing | 2 | Nebude provedeno nic | |
| 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 |