Condividi tramite


QueryCloseProjectEventArgs Class

Definition

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
QueryCloseProjectEventArgs

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.

Applies to