IVsSolution7.OpenFolder(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.
Opens a folder pointed to by the path.
public:
void OpenFolder(System::String ^ folderPath);
public:
void OpenFolder(Platform::String ^ folderPath);
void OpenFolder(std::wstring const & folderPath);
public void OpenFolder (string folderPath);
abstract member OpenFolder : string -> unit
Public Sub OpenFolder (folderPath As String)
Parameters
- folderPath
- String
Full path to the folder.