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.
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
ITemplateSignature Signature { get; set; }
property ITemplateSignature^ Signature {
ITemplateSignature^ get();
void set(ITemplateSignature^ value);
}
abstract Signature : ITemplateSignature with get, set
Property Signature As ITemplateSignature
Property Value
Type: Microsoft.VisualStudio.Uml.AuxiliaryConstructs.ITemplateSignature
See Also
ITemplateParameter Interface
Microsoft.VisualStudio.Uml.AuxiliaryConstructs Namespace
Return to top