IClassifierTemplateParameter.AllowSubstitutable Property
False if the bound type must be the ConstrainingClassifier or one of its specializations. True if the bound type can alternatively be a class that realizes the interface specified as the ConstrainingClassifier. Default = True.
Namespace: Microsoft.VisualStudio.Uml.AuxiliaryConstructs
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
bool AllowSubstitutable { get; set; }
property bool AllowSubstitutable {
bool get();
void set(bool value);
}
abstract AllowSubstitutable : bool with get, set
Property AllowSubstitutable As Boolean
Property Value
Type: System.Boolean
See Also
IClassifierTemplateParameter Interface
Microsoft.VisualStudio.Uml.AuxiliaryConstructs Namespace
Return to top