VCCodeModel.GetClassesDerivedFrom(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the classes derived from the specified class.
public:
EnvDTE::CodeElements ^ GetClassesDerivedFrom(System::String ^ BaseName);
[System.Runtime.InteropServices.DispId(611)]
public EnvDTE.CodeElements GetClassesDerivedFrom (string BaseName);
[<System.Runtime.InteropServices.DispId(611)>]
abstract member GetClassesDerivedFrom : string -> EnvDTE.CodeElements
Public Function GetClassesDerivedFrom (BaseName As String) As CodeElements
Parameters
- BaseName
- String
The name of the base class.
Returns
The derived classes.
- Attributes