IVsSolutionEvents7.OnAfterCloseFolder(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.