CloseProjectEventArgs(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 CloseProjectEventArgs.
public:
CloseProjectEventArgs(Microsoft::VisualStudio::Shell::Interop::IVsHierarchy ^ hierarchy, bool isRemoved);
public:
CloseProjectEventArgs(Microsoft::VisualStudio::Shell::Interop::IVsHierarchy ^ hierarchy, bool isRemoved);
CloseProjectEventArgs(Microsoft::VisualStudio::Shell::Interop::IVsHierarchy const & hierarchy, bool isRemoved);
public CloseProjectEventArgs (Microsoft.VisualStudio.Shell.Interop.IVsHierarchy hierarchy, bool isRemoved);
new Microsoft.VisualStudio.Shell.Events.CloseProjectEventArgs : Microsoft.VisualStudio.Shell.Interop.IVsHierarchy * bool -> Microsoft.VisualStudio.Shell.Events.CloseProjectEventArgs
Public Sub New (hierarchy As IVsHierarchy, isRemoved As Boolean)
Parameters
- hierarchy
- IVsHierarchy
The hierarchy.
- isRemoved
- Boolean
true
if the project is removed.