IClassifierTemplateParameter.ConstrainingClassifier Property

 

If not empty, the bound type must be one of these classifiers or one of their specializations or, if AllowSubstitutable is true, any type that is a realization of one of these classifiers.

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

Syntax

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

Property Value

Type: Microsoft.VisualStudio.Uml.Classes.IClassifier

See Also

IClassifierTemplateParameter Interface
Microsoft.VisualStudio.Uml.AuxiliaryConstructs Namespace

Return to top