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

'Declaration
Property OwningTemplateParameter As ITemplateParameter
    Get
    Set
ITemplateParameter OwningTemplateParameter { get; set; }
property ITemplateParameter^ OwningTemplateParameter {
    ITemplateParameter^ get ();
    void set (ITemplateParameter^ value);
}
abstract OwningTemplateParameter : ITemplateParameter with get, set
function get OwningTemplateParameter () : ITemplateParameter
function set OwningTemplateParameter (value : ITemplateParameter)

Property Value

Type: Microsoft.VisualStudio.Uml.AuxiliaryConstructs.ITemplateParameter

.NET Framework Security

See Also

Reference

IParameterableElement Interface

Microsoft.VisualStudio.Uml.AuxiliaryConstructs Namespace