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.
Gets the Generalization relationships through which this Classifier inherits Features.
Namespace: Microsoft.VisualStudio.Uml.Classes
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
IEnumerable<IGeneralization> Generalizations { get; }
property IEnumerable<IGeneralization^>^ Generalizations {
IEnumerable<IGeneralization^>^ get();
}
abstract Generalizations : IEnumerable<IGeneralization> with get
ReadOnly Property Generalizations As IEnumerable(Of IGeneralization)
Property Value
Type: System.Collections.Generic.IEnumerable<IGeneralization>
See Also
IClassifier Interface
Microsoft.VisualStudio.Uml.Classes Namespace
Return to top