次の方法で共有


QueryCloseProjectEventArgs(IVsHierarchy, Boolean) Constructor

Definition

Instantiates a new instance of QueryCloseProjectEventArgs.

public:
 QueryCloseProjectEventArgs(Microsoft::VisualStudio::Shell::Interop::IVsHierarchy ^ hierarchy, bool isRemoving);
public:
 QueryCloseProjectEventArgs(Microsoft::VisualStudio::Shell::Interop::IVsHierarchy ^ hierarchy, bool isRemoving);
 QueryCloseProjectEventArgs(Microsoft::VisualStudio::Shell::Interop::IVsHierarchy const & hierarchy, bool isRemoving);
public QueryCloseProjectEventArgs (Microsoft.VisualStudio.Shell.Interop.IVsHierarchy hierarchy, bool isRemoving);
new Microsoft.VisualStudio.Shell.Events.QueryCloseProjectEventArgs : Microsoft.VisualStudio.Shell.Interop.IVsHierarchy * bool -> Microsoft.VisualStudio.Shell.Events.QueryCloseProjectEventArgs
Public Sub New (hierarchy As IVsHierarchy, isRemoving As Boolean)

Parameters

hierarchy
IVsHierarchy

The hierarchy.

isRemoving
Boolean

true if the project is being removed.

Applies to