SolutionEvents.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.
virtual void Microsoft.VisualStudio.Shell.Interop.IVsSolutionEvents7.OnAfterOpenFolder(System::String ^ folderPath) = Microsoft::VisualStudio::Shell::Interop::IVsSolutionEvents7::OnAfterOpenFolder;
void IVsSolutionEvents7.OnAfterOpenFolder (string folderPath);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsSolutionEvents7.OnAfterOpenFolder : string -> unit
override this.Microsoft.VisualStudio.Shell.Interop.IVsSolutionEvents7.OnAfterOpenFolder : string -> unit
Sub OnAfterOpenFolder (folderPath As String) Implements IVsSolutionEvents7.OnAfterOpenFolder
Parameters
- folderPath
- String