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.
The classifier defined by adding information to the generalizing classifier.
Namespace: Microsoft.VisualStudio.Uml.Classes
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
IClassifier Specific { get; set; }
property IClassifier^ Specific {
IClassifier^ get();
void set(IClassifier^ value);
}
abstract Specific : IClassifier with get, set
Property Specific As IClassifier
Property Value
Type: Microsoft.VisualStudio.Uml.Classes.IClassifier
See Also
IGeneralization Interface
Microsoft.VisualStudio.Uml.Classes Namespace
Return to top