IVsBrowseProjectLocation Interface

Definition

Displays a dialog to find the location for a new project.

public interface class IVsBrowseProjectLocation
public interface class IVsBrowseProjectLocation
__interface IVsBrowseProjectLocation
[System.Runtime.InteropServices.Guid("368FC032-AE91-44A2-BE6B-093A8A9E63CC")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsBrowseProjectLocation
[<System.Runtime.InteropServices.Guid("368FC032-AE91-44A2-BE6B-093A8A9E63CC")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsBrowseProjectLocation = interface
Public Interface IVsBrowseProjectLocation
Attributes

Methods

BrowseProjectLocation(String, String)

Presents a browse dialog box for finding the location of a new project.

Applies to