SolutionEvents.IVsSolutionEvents7.OnBeforeCloseFolder(String) Method

Definition

 virtual void Microsoft.VisualStudio.Shell.Interop.IVsSolutionEvents7.OnBeforeCloseFolder(System::String ^ folderPath) = Microsoft::VisualStudio::Shell::Interop::IVsSolutionEvents7::OnBeforeCloseFolder;
void IVsSolutionEvents7.OnBeforeCloseFolder (string folderPath);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsSolutionEvents7.OnBeforeCloseFolder : string -> unit
override this.Microsoft.VisualStudio.Shell.Interop.IVsSolutionEvents7.OnBeforeCloseFolder : string -> unit
Sub OnBeforeCloseFolder (folderPath As String) Implements IVsSolutionEvents7.OnBeforeCloseFolder

Parameters

folderPath
String

Implements

Applies to