IVsSolution2.CreateNewProjectViaDlg 方法 (String, String, UInt32)

控件 创建新项目 对话框的选项卡。

命名空间:  Microsoft.VisualStudio.Shell.Interop
程序集:  Microsoft.VisualStudio.Shell.Interop(在 Microsoft.VisualStudio.Shell.Interop.dll 中)

语法

声明
Function CreateNewProjectViaDlg ( _
    pszExpand As String, _
    pszSelect As String, _
    dwReserved As UInteger _
) As Integer
int CreateNewProjectViaDlg(
    string pszExpand,
    string pszSelect,
    uint dwReserved
)

参数

  • pszExpand
    类型:System.String
    [in] 在中选择的树视图节点。
  • pszSelect
    类型:System.String
    [in] 列表中选择的视图项。

返回值

类型:System.Int32
如果方法成功,则返回 S_OK。如果失败,它会返回一个错误代码。

备注

COM 签名

从 vsshell.idl:

HRESULT IVsSolution2::CreateNewProjectViaDlg(
   [in] LPCOLESTR pszExpand, 
   [in] LPCOLESTR pszSelect, 
   [in] DWORD dwReserved
);

此方法将引发具有指定的树视图节点的 新项目 对话框并列出所选视图项。使用此方法创建新项目。

.NET Framework 安全性

请参见

参考

IVsSolution2 接口

CreateNewProjectViaDlg 重载

Microsoft.VisualStudio.Shell.Interop 命名空间