VsShellUtilities.GetMiscellaneousProject 方法 (IServiceProvider, Boolean)

返回在解决方案的杂项项目。

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

语法

声明
Public Shared Function GetMiscellaneousProject ( _
    provider As IServiceProvider, _
    create As Boolean _
) As IVsProject3
public static IVsProject3 GetMiscellaneousProject(
    IServiceProvider provider,
    bool create
)

参数

  • create
    类型:System.Boolean
    true ,如果项目应创建;否则, false。

返回值

类型:Microsoft.VisualStudio.Shell.Interop.IVsProject3
" 杂项 " 的 IVsProject3 接口。

.NET Framework 安全性

请参见

参考

VsShellUtilities 类

GetMiscellaneousProject 重载

Microsoft.VisualStudio.Shell 命名空间