Share via


TemplateParameterKind Enumeration

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Indicates what kind of element can be substituted for a template parameter when the template is used.

Namespace:  Microsoft.VisualStudio.Uml.Extensions
Assembly:  Microsoft.VisualStudio.Uml.Extensions (in Microsoft.VisualStudio.Uml.Extensions.dll)

Syntax

'Declaration
Public Enumeration TemplateParameterKind
'Usage
Dim instance As TemplateParameterKind
public enum TemplateParameterKind
public enum class TemplateParameterKind
type TemplateParameterKind
public enum TemplateParameterKind

Members

Member name Description
Class The template parameter must be bound to a Class.
Interface The template parameter must be bound to an Interface.
Enumeration The template parameter must be bound to an Enumeration.
Operation The template parameter must be bound to an Operation.
Property The template parameter must be bound to a Property.
String The template parameter must be bound to a String.
Integer The template parameter must be bound to an Integer.
Boolean The template parameter must be bound to a Boolean.

See Also

Reference

Microsoft.VisualStudio.Uml.Extensions Namespace