VCProjectReference::IsProjectLoaded Property

 

Gets whether a project is loaded.

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

property bool IsProjectLoaded {
	bool get();
}

Property Value

Type: System::Boolean

true if a project is loaded.

Return to top
Show: