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)

property ITemplateParameter^ OwningTemplateParameter {
	ITemplateParameter^ get();
	void set(ITemplateParameter^ value);
}
Return to top
Show: