Feedback

  • Contents
 

II3IDParameterDefinition2::SupportsMultipleTypeDefinitions Property

get_SupportsMultipleTypeDefinitions

Returns whether or not the parameter supports multiple types.

IDL Function Prototype

HRESULT SupportsMultipleTypeDefinitions(

   [out, retval] VARIANT_BOOL * SupportsMultipleTypes

);

C/C++ Syntax

HRESULT get_SupportsMultipleTypeDefinitions(VARIANT_BOOL * SupportsMultipleTypes);

Parameters

SupportsMultipleTypes

True if the parameter supports more than one type; otherwise False.