QueryCloseProjectEventArgs Class
Visual Studio 2015
Event arguments for QueryCloseProject events.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
System::Object
System::EventArgs
System.ComponentModel::CancelEventArgs
Microsoft.VisualStudio.Shell.Events::CancelHierarchyEventArgs
Microsoft.VisualStudio.Shell.Events::QueryCloseProjectEventArgs
System::EventArgs
System.ComponentModel::CancelEventArgs
Microsoft.VisualStudio.Shell.Events::CancelHierarchyEventArgs
Microsoft.VisualStudio.Shell.Events::QueryCloseProjectEventArgs
| Name | Description | |
|---|---|---|
![]() | QueryCloseProjectEventArgs(IVsHierarchy^, Boolean) | Instantiates a new instance of QueryCloseProjectEventArgs. |
| Name | Description | |
|---|---|---|
![]() | Cancel | (Inherited from CancelEventArgs.) |
![]() | Hierarchy | Gets the hierarchy.(Inherited from CancelHierarchyEventArgs.) |
![]() | IsRemoving | Determines whether the project is being 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:


