IClassifier::Generalizations Property
Visual Studio 2015
Gets the Generalization relationships through which this Classifier inherits Features.
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
property IEnumerable<IGeneralization^>^ Generalizations {
IEnumerable<IGeneralization^>^ get();
}
Property Value
Type: System.Collections.Generic::IEnumerable<IGeneralization^>^
Show: