ITemplateParameter.ParameteredElement Property

 

Gets the element that is exposed by this template parameter.

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

Syntax

IParameterableElement ParameteredElement { get; }
property IParameterableElement^ ParameteredElement {
    IParameterableElement^ get();
}
abstract ParameteredElement : IParameterableElement with get
ReadOnly Property ParameteredElement As IParameterableElement

Property Value

Type: Microsoft.VisualStudio.Uml.AuxiliaryConstructs.IParameterableElement

See Also

ITemplateParameter Interface
Microsoft.VisualStudio.Uml.AuxiliaryConstructs Namespace

Return to top