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

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

Property Value

Type: Microsoft.VisualStudio.Uml.AuxiliaryConstructs.ITemplateParameter

.NET Framework Security

See Also

Reference

ITemplateParameterSubstitution Interface

Microsoft.VisualStudio.Uml.AuxiliaryConstructs Namespace