Quantcast
Channel: Visual Studio Integrate forum
Viewing all articles
Browse latest Browse all 4410

How to close project property page

$
0
0

Any idea how can I close the property page? is there a method to close all project pages?

In my case I unloading the project, but property page remains open after unload with can cause some problems down the road.

Guid projectGUID = Guid.Empty;
IVsSolution.GetGuidOfProject(DTEUtil.GetIVsHierarchy(p), out projectGUID);
IVsSolution4.UnloadProject(ref projectGUID, (uint)_VSProjectUnloadStatus.UNLOADSTATUS_UnloadedByUser);



Viewing all articles
Browse latest Browse all 4410

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>