IVsSolution2.GetProjectFactory 方法 (UInt32, Guid%, String, IVsProjectFactory%)

返回项目工厂。

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

语法

声明
Function GetProjectFactory ( _
    dwReserved As UInteger, _
    <OutAttribute> ByRef pguidProjectType As Guid, _
    pszMkProject As String, _
    <OutAttribute> ByRef ppProjectFactory As IVsProjectFactory _
) As Integer
int GetProjectFactory(
    uint dwReserved,
    out Guid pguidProjectType,
    string pszMkProject,
    out IVsProjectFactory ppProjectFactory
)

参数

  • pguidProjectType
    类型:System.Guid%
    [in, out] 唯一标识符 (GUID) 项目类型。,如果值为 pszMkProject,指定此参数可以是 nullnull 引用(在 Visual Basic 中为 Nothing) 。
  • pszMkProject
    类型:System.String
    [in] 项目的路径。,如果值为 pguidProjectType,指定此参数可以是 nullnull 引用(在 Visual Basic 中为 Nothing) 。

返回值

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

备注

COM 签名

从 vsshell.idl:

HRESULT IVsSolution2::GetProjectFactory(
   [in] DWORD dwReserved, 
   [in, out] GUID *pguidProjectType, 
   [in] LPCOLESTR pszMkProject, 
   [out, retval] IVsProjectFactory **ppProjectFactory
);

使用此方法来确定从项目的项目工厂引用。

.NET Framework 安全性

请参见

参考

IVsSolution2 接口

GetProjectFactory 重载

Microsoft.VisualStudio.Shell.Interop 命名空间