Interface IVsOpenProjectOrSolutionDlg
Publicado: abril de 2016
Abre uma solução ou projeto usando as caixas de diálogo padrão Abrir.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (em Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Sintaxe
[GuidAttribute("09B17094-F50C-40E0-8AB5-57C22A786596")]
[InterfaceTypeAttribute(1)]
public interface IVsOpenProjectOrSolutionDlg
[GuidAttribute("09B17094-F50C-40E0-8AB5-57C22A786596")]
[InterfaceTypeAttribute(1)]
public interface class IVsOpenProjectOrSolutionDlg
[<GuidAttribute("09B17094-F50C-40E0-8AB5-57C22A786596")>]
[<InterfaceTypeAttribute(1)>]
type IVsOpenProjectOrSolutionDlg = interface end
<GuidAttribute("09B17094-F50C-40E0-8AB5-57C22A786596")>
<InterfaceTypeAttribute(1)>
Public Interface IVsOpenProjectOrSolutionDlg
Métodos
Nome | Descrição | |
---|---|---|
OpenProjectOrSolutionViaDlg(UInt32, String, String, Guid) |
Consulte também
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo