IVsBrowseProjectLocation 接口

定义

显示一个对话框,用于查找新项目的位置。

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
属性

方法

BrowseProjectLocation(String, String)

显示一个浏览对话框,用于查找新项目的位置。

适用于