SolutionEvents.IVsSolutionEvents7.OnAfterCloseFolder(String) Method

Definition

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

Parameters

folderPath
String

Implements

Applies to