IVsObjectManager2.CreateProjectReferenceSet 方法

创建自动填充,并将 Visual Studio 项目同步引用设置的简单元素。

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

语法

声明
Function CreateProjectReferenceSet ( _
    pProject As Object, _
    <OutAttribute> ByRef ppSet As IVsSimpleBrowseComponentSet _
) As Integer
int CreateProjectReferenceSet(
    Object pProject,
    out IVsSimpleBrowseComponentSet ppSet
)

参数

返回值

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

备注

,当引用从项目时,中添加或移除 Visual Studio 自动更新设置引用。 在引用包含的符号设置用于浏览使用在 类视图

COM 签名

从 vsshell80.idl:

HRESULT CreateProjectReferenceSet(
[in] IUnknown * pProject, 
[out, retval] IVsSimpleBrowseComponentSet ** ppSet
);

.NET Framework 安全性

请参见

参考

IVsObjectManager2 接口

Microsoft.VisualStudio.Shell.Interop 命名空间

其他资源

Class View