Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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