VCCodeEvent::IsVirtual Property

 

IsVirtual is true if the event was declared with the virtual keyword.

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 event was declared with the virtual keyword; otherwise, false.

Return to top
Show: