This document is archived and information here might be outdated. Recommended version. |
Overriding parameter values bound to function variables.
[Visual Basic .NET] Public Property Parameters As IPropertySet
[C#] public IPropertySet Parameters {get; set;}
[C++]
HRESULT get_Parameters(
IPropertySet* ppInputParameters
);
[C++]
HRESULT putref_Parameters(
IPropertySet** ppInputParameters
);
[C++] Parameters ppInputParameters [in]
ppInputParameters is a parameter of type IPropertySet* ppInputParameters [out, retval]
ppInputParameters is a parameter of type IPropertySet**