- Contents
 
DesignerCOM API
II3IDVariable::Value Property
get_Value
Retrieves the value of a variable from a handler that is currently being debugged.
IDL Function Prototype
HRESULT Value(
[out, retval] VARIANT * Value
);
C/C++ Syntax
HRESULT get_Value(VARIANT * Value);
Parameters
- Value
 - 
 
The value of the variable is returned as a VARIANT.
 

 
			 