IParameterableElement.TemplateParameter Property

 

If not null, this element is defined as a parameter in a template.

Namespace:   Microsoft.VisualStudio.Uml.AuxiliaryConstructs
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntax

ITemplateParameter TemplateParameter { get; }
property ITemplateParameter^ TemplateParameter {
    ITemplateParameter^ get();
}
abstract TemplateParameter : ITemplateParameter with get
ReadOnly Property TemplateParameter As ITemplateParameter

Property Value

Type: Microsoft.VisualStudio.Uml.AuxiliaryConstructs.ITemplateParameter

See Also

IParameterableElement Interface
Microsoft.VisualStudio.Uml.AuxiliaryConstructs Namespace

Return to top