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
- 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.