IVsSolution6.BrowseForExistingProject(String, String, Guid, String) Yöntem

Tanım

Proje seçmek için proje Aç iletişim kutusunu kullanır.

public:
 int BrowseForExistingProject(System::String ^ szDialogTitle, System::String ^ szStartupLocation, Guid preferedProjectType, [Runtime::InteropServices::Out] System::String ^ % pbstrSelected);
public int BrowseForExistingProject (string szDialogTitle, string szStartupLocation, Guid preferedProjectType, out string pbstrSelected);
abstract member BrowseForExistingProject : string * string * Guid * string -> int
Public Function BrowseForExistingProject (szDialogTitle As String, szStartupLocation As String, preferedProjectType As Guid, ByRef pbstrSelected As String) As Integer

Parametreler

szDialogTitle
String

seçim İletişim kutusunun başlığı.

szStartupLocation
String

seçim AddExistingProject iletişim kutusunun açılacağı diskteki ilk konum.

preferedProjectType
Guid

seçim Tercih edilen proje türü. Bu ise null , varsayılan olarak "tüm projeler" seçilidir.

pbstrSelected
String

dışı Proje oluşturma işlemi başarılı olursa, seçilen proje dosyasının adı.

Döndürülenler

Int32

HRESULT.

Şunlara uygulanır