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
)
参数
- pProject
类型:System.Object
实现 VSProject 的对象。
- ppSet
类型:Microsoft.VisualStudio.Shell.Interop.IVsSimpleBrowseComponentSet%
元素设置填充 Visual Studio 项目引用。
返回值
类型:System.Int32
如果方法成功,则返回 S_OK。如果失败,它会返回一个错误代码。
备注
,当引用从项目时,中添加或移除 Visual Studio 自动更新设置引用。 在引用包含的符号设置用于浏览使用在 类视图。
COM 签名
从 vsshell80.idl:
HRESULT CreateProjectReferenceSet(
[in] IUnknown * pProject,
[out, retval] IVsSimpleBrowseComponentSet ** ppSet
);
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。
请参见
参考
Microsoft.VisualStudio.Shell.Interop 命名空间