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

Operace s prvky seznamu

Namespace: Tools.Experimental
Assembly: 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 nameValueDescription
Added0Přidání (Added)
Cleared1Přidání (Cleared)
ItemChanged2Přidání (ItemChanged)
ItemValueChanged3Přidání (ItemValueChanged)
Removed4Přidání (Removed)
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