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