IVsSolutionEvents7.OnBeforeCloseFolder(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 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.