VCCodeModel::GetClassesDerivedFrom Method (String^)

 

Returns the classes derived from the specified class.

Namespace:   Microsoft.VisualStudio.VCCodeModel
Assembly:  Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)

CodeElements^ GetClassesDerivedFrom(
	String^ BaseName
)

Parameters

BaseName
Type: System::String^

The name of the base class.

Return Value

Type: EnvDTE::CodeElements^

The derived classes.

Return to top
Show: