IVsSolution7.OpenFolder(String) Method

Definition

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.

Applies to