IVsCombinedBrowseComponentSet 接口

将多个元素上设置。

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

语法

声明
<InterfaceTypeAttribute()> _
<GuidAttribute("64CBD015-9D4B-4DAF-8801-68EDA90B98C5")> _
Public Interface IVsCombinedBrowseComponentSet _
    Inherits IVsBrowseComponentSet
[InterfaceTypeAttribute()]
[GuidAttribute("64CBD015-9D4B-4DAF-8801-68EDA90B98C5")]
public interface IVsCombinedBrowseComponentSet : IVsBrowseComponentSet

IVsCombinedBrowseComponentSet 类型公开以下成员。

方法

  名称 说明
公共方法 AddSet 添加设置的新元素。
公共方法 CreateNavInfo(Guid%, array<SYMBOL_DESCRIPTION_NODE[], UInt32, IVsNavInfo%) 在 rgSymbolNodes 某些创建定义的符号的 IVsNavInfo 符号。 (继承自 IVsBrowseComponentSet。)
公共方法 CreateNavInfo(Guid%, array<SYMBOL_DESCRIPTION_NODE[], UInt32, IVsNavInfo%) 在 rgSymbolNodes 某些创建定义的符号的 IVsNavInfo 符号。
公共方法 get_ChildListOptions(UInt32%) 返回子级的选项卡中的符号。列出由 IVsSimpleObjectList2 接口所描述的。 (继承自 IVsBrowseComponentSet。)
公共方法 get_ChildListOptions(UInt32%) 返回子级的选项卡中的符号。列出由 IVsSimpleObjectList2 接口所描述的。
公共方法 get_ComponentsListOptions(UInt32%) 返回元素中列出的选项。 (继承自 IVsBrowseComponentSet。)
公共方法 get_ComponentsListOptions(UInt32%) 返回元素中列出的选项。
公共方法 GetList2(UInt32, UInt32, array<VSOBSEARCHCRITERIA2[], IVsObjectList2, IVsObjectList2%) 返回请求的列表符号。 (继承自 IVsBrowseComponentSet。)
公共方法 GetList2(UInt32, UInt32, array<VSOBSEARCHCRITERIA2[], IVsObjectList2, IVsObjectList2%) 返回请求的列表符号。
公共方法 GetSetAt 标识个合并的元素设置的设置。
公共方法 GetSetCount 在这个联合组件返回数的设置。
公共方法 GetSupportedCategoryFields2(Int32, UInt32%) 返回元素支持的类别值设置指定的类别。 (继承自 IVsBrowseComponentSet。)
公共方法 GetSupportedCategoryFields2(Int32, UInt32%) 返回组合组件支持的类别值设置指定的类别。
公共方法 put_ChildListOptions(UInt32) 设置 IVsSimpleObjectList2 列出了符号层次结构树中的符号的子级的选项。 (继承自 IVsBrowseComponentSet。)
公共方法 put_ChildListOptions(UInt32) 设置 IVsSimpleObjectList2 列出了符号层次结构树中的符号的子级的选项。
公共方法 put_ComponentsListOptions(UInt32) 设置元素中列出的选项。 (继承自 IVsBrowseComponentSet。)
公共方法 put_ComponentsListOptions(UInt32) 设置元素中列出的选项。
公共方法 RemoveAllSets 移除所有从此设置个合并设置为的元素。
公共方法 RemoveOwnerSets 移除一组标识由所有者。
公共方法 RemoveSetAt 从此设置个合并的元素中移除集。
公共方法 UpdateCounter(UInt32%) 返回库计数器的当前状态。指示库内容已经更改。 (继承自 IVsBrowseComponentSet。)
公共方法 UpdateCounter(UInt32%) 返回组合组件设置的计数器的当前状态。指示设置的内容已经更改。

页首

请参见

参考

Microsoft.VisualStudio.Shell.Interop 命名空间