VCCodeUnion::IsDerivedFrom Property (String^)

 

Gets a value indicating whether an object has another object as a base.

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

property bool default[
	String^ FullName
] {
	bool get(String^ FullName);
}

Parameters

FullName
Type: System::String^

Required. The type to search for in the lineage of this type.

Property Value

Type: System::Boolean

true if an object has another object as a base, false if otherwise.

Return to top
Show: