IVsSccManager2.BrowseForProject(String, Int32) Method

Definition

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.

Returns

Applies to