IVsSolution7.CloseFolder(String) Method

Definition

Closes a currently open folder pointed to by the path.

public:
 void CloseFolder(System::String ^ folderPath);
public:
 void CloseFolder(Platform::String ^ folderPath);
void CloseFolder(std::wstring const & folderPath);
public void CloseFolder (string folderPath);
abstract member CloseFolder : string -> unit
Public Sub CloseFolder (folderPath As String)

Parameters

folderPath
String

Full path to the folder.

Applies to