IVsObjectManager2.CreateSimpleBrowseComponentSet 方法

创建可手动填充元素可以浏览设置的空元素。

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

语法

声明
Function CreateSimpleBrowseComponentSet ( _
    Type As UInteger, _
    rgguidLibs As Guid(), _
    ulcLibs As UInteger, _
    <OutAttribute> ByRef ppSet As IVsSimpleBrowseComponentSet _
) As Integer
int CreateSimpleBrowseComponentSet(
    uint Type,
    Guid[] rgguidLibs,
    uint ulcLibs,
    out IVsSimpleBrowseComponentSet ppSet
)

参数

  • rgguidLibs
    类型:array<System.Guid[]
    数组标识符号库的 Guid GUID
    如果 Type 设置为 BCST_INCLUDE_LIBRARIES,设置的元素使用在 GUID 数组指定的库浏览元素添加到集合。rgguidLibs 不能十分 nullnull 引用(在 Visual Basic 中为 Nothing)。
    如果 Type 设置为 BCST_EXCLUDE_LIBRARIES,设置的元素从浏览元素排除在 GUID 数组指定的库添加到集合。如果 rgguidLibs 是 nullnull 引用(在 Visual Basic 中为 Nothing),该集合不排除任何库。

返回值

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

备注

跟踪在不从 VSProject 类型继承的泛型 Visual Studio 项目的符号。 在简单包含的符号设置用于浏览使用在 类视图 工具。

COM 签名

从 vsshell80.idl:

HRESULT CreateSimpleBrowseComponentSet(
[in] BROWSE_COMPONENT_SET_TYPE Type,
[in, size_is(ulcLibs)] const GUID rgguidLibs[],
[in] ULONG ulcLibs, 
[out, retval] IVsSimpleBrowseComponentSet ** ppSet
);

.NET Framework 安全性

请参见

参考

IVsObjectManager2 接口

Microsoft.VisualStudio.Shell.Interop 命名空间

其他资源

Class View