SolutionEvents.IVsSolutionEvents7.OnAfterOpenFolder(String) Method

Definition

 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

Implements

Applies to