IClass::NestedClassifiers Property

 

Gets the list of classes that are defined inside this class.

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

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