VCCodeBase::IsVirtual Property

 

Sets or gets whether the parent object is virtual.

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

property bool IsVirtual {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the parent object is virtual; otherwise, false.

Return to top
Show: