EvaluationTypes.ArrayOfNamedTypes

Syntax

EvaluationTypes.ArrayOfNamedTypes

Data Type

String Array

Purpose

Represents an array of named types. An expression expects an array of these types. the Expression.ValidateEvaluationType method returns TS_Err_NoError if the expression evaluates to an array of a named type specified by any element of this property. For example, if the elements of this property are CommonResults and Error, the Expression.ValidateEvaluationType method returns TS_Err_NoError if the expression evaluates to PropertyObject using an array of CommonResults type or an array of Error type.

Remarks

The EvaluationTypes.PropertyValueTypeFlags property must include PropValTypeFlag_ArrayOfNamedType to use this property.

See Also

EvaluationTypes.NamedTypes

EvaluationTypes.PropertyValueTypeFlags

Expression.ValidateEvaluationType