IVsSolutionEvents7.OnAfterOpenFolder(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 opened.
public:
void OnAfterOpenFolder(System::String ^ folderPath);
public:
void OnAfterOpenFolder(Platform::String ^ folderPath);
void OnAfterOpenFolder(std::wstring const & folderPath);
public void OnAfterOpenFolder (string folderPath);
abstract member OnAfterOpenFolder : string -> unit
Public Sub OnAfterOpenFolder (folderPath As String)
Parameters
- folderPath
- String
Full path to the folder opened.