IVsBrowseProjectLocation.BrowseProjectLocation(String, String) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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
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);