IVsBrowseProjectLocation.BrowseProjectLocation(String, String) Yöntem

Tanım

Yeni projenin konumunu bulmak için bir tarama iletişim kutusu gösterir.

public:
 int BrowseProjectLocation(System::String ^ pszStartDirectory, [Runtime::InteropServices::Out] System::String ^ % pbstrProjectLocation);
int BrowseProjectLocation(std::wstring const & pszStartDirectory, [Runtime::InteropServices::Out] std::wstring const & & pbstrProjectLocation);
public int BrowseProjectLocation (string pszStartDirectory, out string pbstrProjectLocation);
abstract member BrowseProjectLocation : string * string -> int
Public Function BrowseProjectLocation (pszStartDirectory As String, ByRef pbstrProjectLocation As String) As Integer

Parametreler

pszStartDirectory
String

'ndaki Başlangıç dizinini içeren dize.

pbstrProjectLocation
String

dışı Seçilen konumun tam yolunu içeren dize.

Döndürülenler

Int32

Yöntem başarılı olursa, döndürür S_OK . Başarısız olursa, bir hata kodu döndürür.

Açıklamalar

COM Imzası

Vsshell80. IDL adresinden:

C++  
HRESULT IVsBrowseProjectLocation::BrowseProjectLocation([in] LPCOLESTR pszStartDirectory, [out] BSTR *pbstrProjectLocation);  

Şunlara uygulanır