IClassifier::InheritedMembers Property
Visual Studio 2015
Gets the subset of Members that are inherited.
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
property IEnumerable<INamedElement^>^ InheritedMembers {
IEnumerable<INamedElement^>^ get();
}
Property Value
Type: System.Collections.Generic::IEnumerable<INamedElement^>^
Show: