IVsSccManager2.BrowseForProject(String, Int32) 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.
Obsolete: returns E_NOTIMPL.
public:
int BrowseForProject([Runtime::InteropServices::Out] System::String ^ % pbstrDirectory, [Runtime::InteropServices::Out] int % pfOK);
int BrowseForProject([Runtime::InteropServices::Out] std::wstring const & & pbstrDirectory, [Runtime::InteropServices::Out] int & pfOK);
public int BrowseForProject (out string pbstrDirectory, out int pfOK);
abstract member BrowseForProject : string * int -> int
Public Function BrowseForProject (ByRef pbstrDirectory As String, ByRef pfOK As Integer) As Integer
Parameters
- pbstrDirectory
- String
Do not use.
- pfOK
- Int32
Do not use.