QueryCloseProjectEventArgs(IVsHierarchy, Boolean) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Instantiates a new instance of QueryCloseProjectEventArgs.
public:
QueryCloseProjectEventArgs(Microsoft::VisualStudio::Shell::Interop::IVsHierarchy ^ hierarchy, bool isRemoving);
public:
QueryCloseProjectEventArgs(Microsoft::VisualStudio::Shell::Interop::IVsHierarchy ^ hierarchy, bool isRemoving);
QueryCloseProjectEventArgs(Microsoft::VisualStudio::Shell::Interop::IVsHierarchy const & hierarchy, bool isRemoving);
public QueryCloseProjectEventArgs (Microsoft.VisualStudio.Shell.Interop.IVsHierarchy hierarchy, bool isRemoving);
new Microsoft.VisualStudio.Shell.Events.QueryCloseProjectEventArgs : Microsoft.VisualStudio.Shell.Interop.IVsHierarchy * bool -> Microsoft.VisualStudio.Shell.Events.QueryCloseProjectEventArgs
Public Sub New (hierarchy As IVsHierarchy, isRemoving As Boolean)
Parameters
- hierarchy
- IVsHierarchy
The hierarchy.
- isRemoving
- Boolean
true
if the project is being removed.