Share via


ITemplateParameterSubstitution.Formal Property

 

The formal template parameter that is associated with this substitution. Issue 9398 - Change multiplicity to 0..1

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

Syntax

ITemplateParameter Formal { get; set; }
property ITemplateParameter^ Formal {
    ITemplateParameter^ get();
    void set(ITemplateParameter^ value);
}
abstract Formal : ITemplateParameter with get, set
Property Formal As ITemplateParameter

Property Value

Type: Microsoft.VisualStudio.Uml.AuxiliaryConstructs.ITemplateParameter

See Also

ITemplateParameterSubstitution Interface
Microsoft.VisualStudio.Uml.AuxiliaryConstructs Namespace

Return to top