Share via


IVsSolutionEvents7.OnAfterCloseFolder(String) Method

Definition

Notifies listening clients that the folder has been closed.

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

Parameters

folderPath
String

Full path to the folder closed.

Applies to