IVsSolutionEvents7.OnAfterOpenFolder(String) Method

Definition

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.

Applies to