IVsSolutionEvents7.OnBeforeCloseFolder(String) Method

Definition

Notifies listening clients that the folder is being closed.

public:
 void OnBeforeCloseFolder(System::String ^ folderPath);
public:
 void OnBeforeCloseFolder(Platform::String ^ folderPath);
void OnBeforeCloseFolder(std::wstring const & folderPath);
public void OnBeforeCloseFolder (string folderPath);
abstract member OnBeforeCloseFolder : string -> unit
Public Sub OnBeforeCloseFolder (folderPath As String)

Parameters

folderPath
String

Full path to the folder that will be closed.

Applies to