IClass::SuperClasses Property

 

Gets the Classes from which this class inherits features.

Namespace:   Microsoft.VisualStudio.Uml.Classes
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

property IEnumerable<IClass^>^ SuperClasses {
	IEnumerable<IClass^>^ get();
}
Return to top
Show: