- Contents
DesignerCOM API
II3IDInitiator::ParameterDefinitions Property
get_ParameterDefinitions
Returns a collection of parameter definitions for this initiator. Calls to this property to retrieve parameter definitions for an internal intiator or internal tool will fail, rather than return an empty collection.
IDL Function Prototype
HRESULT ParameterDefinitions(
[out, retval] II3IDParameterDefinitions ** InitParmList
);
C/C++ Syntax
HRESULT get_ParameterDefinitions( II3IDParameterDefinitions ** InitParmList );
Parameters
- InitParmList
-
The return value is an II3IDParameterDefinitions collection.