CloseProjectEventArgs Class
Visual Studio 2015
Event arguments for the CloseProject event.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
System::Object
System::EventArgs
Microsoft.VisualStudio.Shell.Events::HierarchyEventArgs
Microsoft.VisualStudio.Shell.Events::CloseProjectEventArgs
System::EventArgs
Microsoft.VisualStudio.Shell.Events::HierarchyEventArgs
Microsoft.VisualStudio.Shell.Events::CloseProjectEventArgs
| Name | Description | |
|---|---|---|
![]() | CloseProjectEventArgs(IVsHierarchy^, Boolean) | Instantiates a new instance of CloseProjectEventArgs. |
| Name | Description | |
|---|---|---|
![]() | Hierarchy | Gets the hierarchy.(Inherited from HierarchyEventArgs.) |
![]() | IsRemoved | Determines whether the project is removed. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


