PropertyObject.Enumerators
- Mise à jour2025-07-21
- Temps de lecture : 1 minute(s)
PropertyObject.Enumerators
Syntax
PropertyObject.Enumerators
Data Type
Returns an array of enumeration instances. Each element indicates the name and value of an enumerator that the data type defines. The array also has the following Boolean attributes:
TestStand.Enum.IsStrict : Indicates whether the enumeration data type is strict.
TestStand.Enum.IsFlags : Indicates whether the enumerators the data type defines are flags.
Purpose
Returns the enumerators that a enumeration data type defines.
Remarks
Use this property on an enumeration instance or an enumeration data type to obtain the set of enumerators for the type.