IVsSolution7.CloseFolder(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.
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.