Assembly: Ms;
The IMsParamProvider interface is used to work with object parameters.
IMsParamProvider
To work with parameters two collections are used: the collection of parameters and the collection of parameter values. Each element from the collection of parameters corresponds the element from the collection of parameter values. After adding or removing the element from the collection of parameters the corresponding element in the collection of parameter values is automatically created or removed.
Property name | Brief description | |
Params | The Params property returns the collection of parameters. | |
ParamValues | The ParamValues property returns the collection of value parameters. |
See also: