CloseProjectEventArgs Class
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.
Event arguments for the CloseProject event.
public ref class CloseProjectEventArgs : Microsoft::VisualStudio::Shell::Events::HierarchyEventArgs
public class CloseProjectEventArgs : Microsoft.VisualStudio.Shell.Events.HierarchyEventArgs
type CloseProjectEventArgs = class
inherit HierarchyEventArgs
Public Class CloseProjectEventArgs
Inherits HierarchyEventArgs
- Inheritance
Constructors
CloseProjectEventArgs(IVsHierarchy, Boolean) |
Instantiates a new instance of CloseProjectEventArgs. |
Properties
Hierarchy |
Gets the hierarchy. (Inherited from HierarchyEventArgs) |
IsRemoved |
Determines whether the project is removed. |