Método IVsOpenProjectOrSolutionDlg.OpenProjectOrSolutionViaDlg (UInt32, String, String, Guid)
Publicado: abril de 2016
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (em Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Sintaxe
int OpenProjectOrSolutionViaDlg(
uint grfProjSlnDlgFlags,
string pwzStartDirectory,
string pwzDialogTitle,
[InAttribute] ref Guid rguidProjectType
)
int OpenProjectOrSolutionViaDlg(
unsigned int grfProjSlnDlgFlags,
String^ pwzStartDirectory,
String^ pwzDialogTitle,
[InAttribute] Guid% rguidProjectType
)
abstract OpenProjectOrSolutionViaDlg :
grfProjSlnDlgFlags:uint32 *
pwzStartDirectory:string *
pwzDialogTitle:string *
rguidProjectType:Guid byref -> int
Function OpenProjectOrSolutionViaDlg (
grfProjSlnDlgFlags As UInteger,
pwzStartDirectory As String,
pwzDialogTitle As String,
<InAttribute> ByRef rguidProjectType As Guid
) As Integer
Parâmetros
- grfProjSlnDlgFlags
[in]
- pwzStartDirectory
[in] Diretório de início.
- pwzDialogTitle
[in] Título da caixa de diálogo.Deixe null para o título padrão.
- rguidProjectType
[in] Especifica o tipo de projeto para usar com PSDF_DirectoryPicker.
Valor de retorno
Type: System.Int32
Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.
Comentários
COM assinatura
De vsshell80.idl:
HRESULT IVsOpenProjectOrSolutionDlg::OpenProjectOrSolutionViaDlg(
[in] VSPROJSLNDLGFLAGS grfProjSlnDlgFlags,
[in] LPCOLESTR pwzStartDirectory,
[in] LPCOLESTR pwzDialogTitle,
[in] REFGUID rguidProjectType
);
Consulte também
Interface IVsOpenProjectOrSolutionDlg
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo