Feedback

  • Contents
 

II3IDParameter::ExpressionIsLiteral Property

get_ExpressionIsLiteral

Indicates whether the expression that is assigned to this parameter is a string literal.

IDL Function Prototype

HRESULT ExpressionIsLiteral(

   [out, retval] VARIANT_BOOL * exprIsLiteral

);

C/C++ Syntax

HRESULT get_ExpressionIsLiteral(VARIANT_BOOL * exprIsLiteral);

Parameters

exprIsLiteral

Returns True if the expression assigned to this parameter is a string literal; otherwise False.