IClass::NestedClassifiers Property
Visual Studio 2015
Gets the list of classes that are defined inside this class.
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
property IEnumerable<IClassifier^>^ NestedClassifiers {
IEnumerable<IClassifier^>^ get();
}
Property Value
Type: System.Collections.Generic::IEnumerable<IClassifier^>^
Show: