Feedback

  • Contents
 

II3IDSubroutine2::IsParameterCollectionAvailable Property

get_IsParameterCollectionAvailable

This property indicates whether parameter collections can be obtained from subroutine steps.

IDL Function Prototype

HRESULT IsParameterCollectionAvailable(

   [out, retval] VARIANT_BOOL * ParametersAvailable

);

C/C++ Syntax

HRESULT get_IsParameterCollectionAvailable(VARIANT_BOOL * ParametersAvailable);

Parameters

ParametersAvailable

This property is included for the sake of completeness. It will always return VARIANT_TRUE to indicate that parameter collections can be obtained from subroutine steps.