SolutionEvents.IVsSolutionEvents7.OnQueryCloseFolder(String, Int32) Method

Definition

 virtual void Microsoft.VisualStudio.Shell.Interop.IVsSolutionEvents7.OnQueryCloseFolder(System::String ^ folderPath, int % pfCancel) = Microsoft::VisualStudio::Shell::Interop::IVsSolutionEvents7::OnQueryCloseFolder;
void IVsSolutionEvents7.OnQueryCloseFolder (string folderPath, ref int pfCancel);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsSolutionEvents7.OnQueryCloseFolder : string * int -> unit
override this.Microsoft.VisualStudio.Shell.Interop.IVsSolutionEvents7.OnQueryCloseFolder : string * int -> unit
Sub OnQueryCloseFolder (folderPath As String, ByRef pfCancel As Integer) Implements IVsSolutionEvents7.OnQueryCloseFolder

Parameters

folderPath
String
pfCancel
Int32

Implements

Applies to