Interface SVsOpenProjectOrSolutionDlg
Passado para GetService para retornar uma referência para o IVsOpenProjectOrSolutionDlg interface.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (em Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Sintaxe
[GuidAttribute("A3761D3F-7C1E-4526-A8D5-1575631F09FC")]
[InterfaceTypeAttribute(1)]
public interface SVsOpenProjectOrSolutionDlg
[GuidAttribute("A3761D3F-7C1E-4526-A8D5-1575631F09FC")]
[InterfaceTypeAttribute(1)]
public interface class SVsOpenProjectOrSolutionDlg
[<GuidAttribute("A3761D3F-7C1E-4526-A8D5-1575631F09FC")>]
[<InterfaceTypeAttribute(1)>]
type SVsOpenProjectOrSolutionDlg = interface end
<GuidAttribute("A3761D3F-7C1E-4526-A8D5-1575631F09FC")>
<InterfaceTypeAttribute(1)>
Public Interface SVsOpenProjectOrSolutionDlg
Consulte também
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo