Share via


ITemplateParameter.Signature Property

The template signature that owns this template parameter. Subsets Element::owner.

Namespace:  Microsoft.VisualStudio.Uml.AuxiliaryConstructs
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntax

'Declaration
Property Signature As ITemplateSignature
ITemplateSignature Signature { get; set; }
property ITemplateSignature^ Signature {
    ITemplateSignature^ get ();
    void set (ITemplateSignature^ value);
}
abstract Signature : ITemplateSignature with get, set
function get Signature () : ITemplateSignature 
function set Signature (value : ITemplateSignature)

Property Value

Type: Microsoft.VisualStudio.Uml.AuxiliaryConstructs.ITemplateSignature

.NET Framework Security

See Also

Reference

ITemplateParameter Interface

Microsoft.VisualStudio.Uml.AuxiliaryConstructs Namespace