TemplateParameterKind Enumeration
Visual Studio 2015
Used to specify what kind of element can be used as an argument to a template parameter.
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)
| Member name | Description | |
|---|---|---|
| Boolean | The argument must be a Boolean value. | |
| Class | The argument must be a class. | |
| Enumeration | The argument must be an enumeration. | |
| Integer | The argument must be an integer. | |
| Interface | The argument must be an interface. | |
| Operation | The argument must be an operation. | |
| Property | The argument must be an attribute or association end. | |
| String | The argument must be a string. |
For more information about UML diagrams, see Create models for your app.
For more information about using the UML API, see Extend UML models and diagrams.
Show: