IParameterableElement.OwningTemplateParameter 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 OwningTemplateParameter { get; set; }
property ITemplateParameter^ OwningTemplateParameter {
    ITemplateParameter^ get();
    void set(ITemplateParameter^ value);
}
abstract OwningTemplateParameter : ITemplateParameter with get, set
Property OwningTemplateParameter As ITemplateParameter

Property Value

Type: Microsoft.VisualStudio.Uml.AuxiliaryConstructs.ITemplateParameter

See Also

IParameterableElement Interface
Microsoft.VisualStudio.Uml.AuxiliaryConstructs Namespace

Return to top