VCCodeStruct::IsDerivedFrom Property (String^)
Visual Studio 2015
Gets a value indicating whether an object has another object as a base.
Assembly: Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)
Parameters
- FullName
-
Type:
System::String^
Required. The type to search for in the lineage of this type.
Property Value
Type: System::Booleantrue if an object has another object as a base; otherwise, false.
Show: