Share via


IPipelineComponentUI::ShowProperties

This method is called to display the configuration dialog box for a pipeline component.

Definition

HRESULT ShowProperties(IDispatch*pdispComponent);

Parameters

pdispComponent

[in] A pointer to an IPipelineComponentAdmin interface.

Return Values

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.

See Also

IPipelineComponentUI Interface

ISpecifyPipelineComponentUI Interface


All rights reserved.