Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the classes derived from the specified class.
Namespace: Microsoft.VisualStudio.VCCodeModel
Assembly: Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)
Syntax
'Declaration
Function GetClassesDerivedFrom ( _
BaseName As String _
) As CodeElements
CodeElements GetClassesDerivedFrom(
string BaseName
)
CodeElements^ GetClassesDerivedFrom(
[InAttribute] String^ BaseName
)
abstract GetClassesDerivedFrom :
BaseName:string -> CodeElements
function GetClassesDerivedFrom(
BaseName : String
) : CodeElements
Parameters
BaseName
Type: System.StringThe name of the base class.
Return Value
Type: EnvDTE.CodeElements
The derived classes.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.