IVsSolution.GetProjectOfUniqueName 方法

返回在解决方案中的项目,给定一个唯一的名称。

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

语法

声明
Function GetProjectOfUniqueName ( _
    pszUniqueName As String, _
    <OutAttribute> ByRef ppHierarchy As IVsHierarchy _
) As Integer
int GetProjectOfUniqueName(
    string pszUniqueName,
    out IVsHierarchy ppHierarchy
)

参数

  • pszUniqueName
    类型:System.String
    [in] 单个项目的名称。

返回值

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

备注

COM 签名

从 vsshell.idl:

HRESULT IVsSolution::GetProjectOfUniqueName(
   [in] LPCOLESTR pszUniqueName,
   [out] IVsHierarchy **ppHierarchy
);

.NET Framework 安全性

请参见

参考

IVsSolution 接口

Microsoft.VisualStudio.Shell.Interop 命名空间