Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
If not empty, the classifier that is used by default if no argument is provided during template binding.
Namespace: Microsoft.VisualStudio.Uml.AuxiliaryConstructs
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
IClassifier DefaultClassifier { get; set; }
property IClassifier^ DefaultClassifier {
IClassifier^ get();
void set(IClassifier^ value);
}
abstract DefaultClassifier : IClassifier with get, set
Property DefaultClassifier As IClassifier
Property Value
Type: Microsoft.VisualStudio.Uml.Classes.IClassifier
See Also
IClassifierTemplateParameter Interface
Microsoft.VisualStudio.Uml.AuxiliaryConstructs Namespace
Return to top