- Contents
DesignerCOM API
II3IDInitiator2::IsParameterCollectionAvailable Property
get_IsParameterCollectionAvailable
Returns whether or not the initiator can return parameter collections.
IDL Function Prototype
HRESULT IsParameterCollectionAvailable(
[out, retval] VARIANT_BOOL * ParametersAvailable
);
C/C++ Syntax
HRESULT get_IsParameterCollectionAvailable(VARIANT_BOOL * ParametersAvailable);
Parameters
- ParametersAvailable
-
Returns True if the inditiator can return parameter collections; otherwise False.