EvaluationTypes.NamedTypes

Syntax

EvaluationTypes.NamedTypes

Data Type

String Array

Purpose

Specifies the expected named types for an expression. the Expression.ValidateEvaluationType method returns TS_Err_NoError if the expression evaluates to 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 a CommonResults or Error type.

Remarks

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

See Also

EvaluationTypes.ArrayOfNamedTypes

EvaluationTypes.PropertyValueTypeFlags

Expression.ValidateEvaluationType

TSError