The IMsUserMethodTemplateParams interface contains properties and methods used to work with the collection of parameters of user 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 user method template parameter. |
Method name | Brief description | |
Add | The Add method creates a new user method template parameter. | |
Clear | The Clear method clears the list of user method template parameters. | |
FindByKey | The FindByKey method finds user method template parameter by its key. | |
Remove | The Remove method removes user method template parameter by its index. | |
RemoveByKey | The RemoveByKey method removes user method template parameter by its key. |
See also: