IParameterableElement.TemplateParameter 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
ReadOnly Property TemplateParameter As ITemplateParameter
ITemplateParameter TemplateParameter { get; }
property ITemplateParameter^ TemplateParameter {
ITemplateParameter^ get ();
}
abstract TemplateParameter : ITemplateParameter with get
function get TemplateParameter () : ITemplateParameter
Property Value
Type: Microsoft.VisualStudio.Uml.AuxiliaryConstructs.ITemplateParameter
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.