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
'Declaration
Property ConstrainingClassifier As IClassifier
IClassifier ConstrainingClassifier { get; set; }
property IClassifier^ ConstrainingClassifier {
IClassifier^ get ();
void set (IClassifier^ value);
}
abstract ConstrainingClassifier : IClassifier with get, set
function get ConstrainingClassifier () : IClassifier
function set ConstrainingClassifier (value : IClassifier)
Property Value
Type: Microsoft.VisualStudio.Uml.Classes.IClassifier
.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.