The IMsUserMethodTemplateParams interface contains properties and methods that are used to work with the collection of parameters of custom method templates.
| Property name | Brief description | |
| Count | The Count property returns the number of custom method template parameters. | |
| Item | The Item property returns settings of custom method template parameter. |
| Method name | Brief description | |
| Add | The Add method creates a new custom method template parameter. | |
| Clear | The Clear method clears the list of custom method template parameters. | |
| FindByKey | The FindByKey method finds custom method template parameter by its key. | |
| Remove | The Remove method removes custom method template parameter by its index. | |
| RemoveByKey | The RemoveByKey method removes custom method template parameter by its key. |
See also: