IVsObjectManager2.CreateCombinedBrowseComponentSet 方法

创建凸轮手动填充简单组件设置和移除重复元素设置的空元素。 设置的元素在 对象浏览器可由库用于项目引用。

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

语法

声明
Function CreateCombinedBrowseComponentSet ( _
    <OutAttribute> ByRef ppCombinedSet As IVsCombinedBrowseComponentSet _
) As Integer
int CreateCombinedBrowseComponentSet(
    out IVsCombinedBrowseComponentSet ppCombinedSet
)

参数

返回值

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

备注

COM 签名

从 vsshell80.idl:

HRESULT CreateCombinedBrowseComponentSet(
[out, retval] IVsCombinedBrowseComponentSet ** ppCombinedSet
);

.NET Framework 安全性

请参见

参考

IVsObjectManager2 接口

Microsoft.VisualStudio.Shell.Interop 命名空间