QueryCloseProjectEventArgs 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 QueryCloseProject events.
public ref class QueryCloseProjectEventArgs : Microsoft::VisualStudio::Shell::Events::CancelHierarchyEventArgs
[Windows::Foundation::Metadata::WebHostHidden]
class QueryCloseProjectEventArgs : Microsoft::VisualStudio::Shell::Events::CancelHierarchyEventArgs
public class QueryCloseProjectEventArgs : Microsoft.VisualStudio.Shell.Events.CancelHierarchyEventArgs
type QueryCloseProjectEventArgs = class
inherit CancelHierarchyEventArgs
Public Class QueryCloseProjectEventArgs
Inherits CancelHierarchyEventArgs
- Inheritance
Constructors
QueryCloseProjectEventArgs(IVsHierarchy, Boolean) |
Instantiates a new instance of QueryCloseProjectEventArgs. |
Properties
Hierarchy |
Gets the hierarchy. (Inherited from CancelHierarchyEventArgs) |
IsRemoving |
Determines whether the project is being removed. |