This document is archived and information here might be outdated. Recommended version. |
The object that interprets the expression.
[Visual Basic .NET] Public Property ExpressionParser As IAnnotationExpressionEngine
[C#] public IAnnotationExpressionEngine ExpressionParser {get; set;}
[C++]
HRESULT get_ExpressionParser(
IAnnotationExpressionEngine* engine
);
[C++]
HRESULT putref_ExpressionParser(
IAnnotationExpressionEngine** engine
);
[C++] Parameters engine [in]
engine is a parameter of type IAnnotationExpressionEngine* engine [out, retval]
engine is a parameter of type IAnnotationExpressionEngine**