IVsBrowseProjectLocation Interface
Displays a dialog to find the location for a new project.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
<GuidAttribute("368FC032-AE91-44A2-BE6B-093A8A9E63CC")> _
<InterfaceTypeAttribute()> _
Public Interface IVsBrowseProjectLocation
[GuidAttribute("368FC032-AE91-44A2-BE6B-093A8A9E63CC")]
[InterfaceTypeAttribute()]
public interface IVsBrowseProjectLocation
[GuidAttribute(L"368FC032-AE91-44A2-BE6B-093A8A9E63CC")]
[InterfaceTypeAttribute()]
public interface class IVsBrowseProjectLocation
[<GuidAttribute("368FC032-AE91-44A2-BE6B-093A8A9E63CC")>]
[<InterfaceTypeAttribute()>]
type IVsBrowseProjectLocation = interface end
public interface IVsBrowseProjectLocation
The IVsBrowseProjectLocation type exposes the following members.
Methods
Name | Description | |
---|---|---|
BrowseProjectLocation | Presents a browse dialog box for finding the location of a new project. |
Top