[This is preliminary documentation and is subject to change.]

Vypnutí události

Namespace: Tools.Experimental
Assembly: 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 nameValueDescription
Enabled0Událost není vypnuta
DoNotRaise1Budou provedeny úkony spojené s nastanutím události ale nebude událost nebude vyvolána
DoNothing2Nebude provedeno nic
IsFlagsGets value indicating if given value is of enum type which has FlagsAttribute applied
GetNameGets name of given enumeration value
GetConstantGets constant field that represents given enum value
GetValueGets value of enum in its unedlying type
IsDefinedGets value idicating if given value is defined as constant in enumeration

See Also