IPipelineComponentUI::ShowProperties Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
This method is called to display the configuration dialog box for a pipeline component.
HRESULT ShowProperties(
IDispatch* pdispComponent
);
Parameters
- pdispComponent
[in] A pointer to an IPipelineComponentAdmin interface.
Return Value
Returns S_OK if the dialog box was displayed and configuration values set.
Remarks
The object implementing this interface first gets the configuration Dictionary object using the IPipelineComponentAdmin::GetConfigData method. It then uses these values to fill in the dialog box. When the user is finished with the dialog box, the object sets the configuration values using the IPipelineComponentAdmin::SetConfigData method.