IPipelineComponentAdmin Interface
To support third-party components in the Pipeline Editor, components must provide their own user interface code. The IPipelineComponentAdmin interface, in combination with the IPipelineComponentUI and IPipelineComponentSpecifyUI interfaces, provides an alternative to using the ISpecifyPropertyPages interface.
The IPipelineComponentAdmin interface supports the following methods:
Method |
Description |
---|---|
Returns a Dictionary object that contains the configuration settings for a component. |
|
Sets the configuration settings on a component using the contents of a Dictionary object. |
Remarks
Header Pipecomp.h
Type Library: Microsoft Commerce Pipeline StdRetComp Type Library (Stdretcomp.dll)
IDL File: Pipecomp.idl