IVsSccManager2.BrowseForProject(String, Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obsolète : retourne 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
Paramètres
- pbstrDirectory
- String
Ne pas utiliser.
- pfOK
- Int32
Ne pas utiliser.