Feedback

  • Contents
 

II3IDParameters::RegisteredCount Property

get_RegisteredCount

Number of parameters defined by the tool. This number may be different than the total number of parameters available in the step.

IDL Function Prototype

HRESULT RegisteredCount(

   [out, retval] long * returnCount

);

C/C++ Syntax

HRESULT get_RegisteredCount(long * returnCount);

Parameters

returnCount

The number of parameters defined by the tool, which may be different than the total number of parameters available in the step.