[This is preliminary documentation and is subject to change.]
Operace s prvky seznamu
Namespace: Tools.ExperimentalAssembly: Tools Experimental (in Tools Experimental.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public enum Operations |
| Visual Basic |
|---|
Public Enumeration Operations |
| Visual C++ |
|---|
public enum class Operations |
| F# |
|---|
type Operations |
| JScript |
|---|
public enum Operations |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Added | 0 | Přidání (Added) | |
| Cleared | 1 | Přidání (Cleared) | |
| ItemChanged | 2 | Přidání (ItemChanged) | |
| ItemValueChanged | 3 | Přidání (ItemValueChanged) | |
| Removed | 4 | Přidání (Removed) | |
| 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 |