Opens a Solution or Project using the standard open dialog boxes.
Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
<GuidAttribute("09B17094-F50C-40E0-8AB5-57C22A786596")> _
<InterfaceTypeAttribute()> _
Public Interface IVsOpenProjectOrSolutionDlg
[GuidAttribute("09B17094-F50C-40E0-8AB5-57C22A786596")]
[InterfaceTypeAttribute()]
public interface IVsOpenProjectOrSolutionDlg
[GuidAttribute(L"09B17094-F50C-40E0-8AB5-57C22A786596")]
[InterfaceTypeAttribute()]
public interface class IVsOpenProjectOrSolutionDlg
[<GuidAttribute("09B17094-F50C-40E0-8AB5-57C22A786596")>]
[<InterfaceTypeAttribute()>]
type IVsOpenProjectOrSolutionDlg =  interface end
public interface IVsOpenProjectOrSolutionDlg
The IVsOpenProjectOrSolutionDlg type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| .gif) | OpenProjectOrSolutionViaDlg | Opens a Solution or Project using the standard open dialog boxes. | 
Top