- Contents
DesignerCOM API
II3IDParameter::ResourceInfo Property
get_ResourceInfo
Retrieves resource information associated with the parameter.
IDL Function Prototype
HRESULT ResourceInfo(
[out, retval] VARIANT * ResInfo
);
C/C++ Syntax
HRESULT get_ResourceInfo(VARIANT * ResInfo);
Parameters
- ResInfo
-
The return value is a VARIANT that contains resource information associated with this step.
put_ResourceInfo
Sets the resource information associated with the parameter.
IDL Function Prototype
HRESULT ResourceInfo(
[in] VARIANT ResInfo
);
C/C++ Syntax
HRESULT put_ResourceInfo(VARIANT ResInfo);
Parameters
- ResInfo
-
The input parameter is a VARIANT that contains new resource information to associate with this step.