IVsSimpleBrowseComponentSet 接口
填充该元素设置为可浏览的组件,如 Visual Studio 项目、外部 .NET Framework 元素和类型库 (.tlb)。
命名空间: Microsoft.VisualStudio.Shell.Interop
程序集: Microsoft.VisualStudio.Shell.Interop.8.0(在 Microsoft.VisualStudio.Shell.Interop.8.0.dll 中)
语法
声明
<GuidAttribute("B027F23C-E6B9-415C-ACF0-3D7CFAFCC662")> _
<InterfaceTypeAttribute()> _
Public Interface IVsSimpleBrowseComponentSet _
Inherits IVsBrowseComponentSet
[GuidAttribute("B027F23C-E6B9-415C-ACF0-3D7CFAFCC662")]
[InterfaceTypeAttribute()]
public interface IVsSimpleBrowseComponentSet : IVsBrowseComponentSet
IVsSimpleBrowseComponentSet 类型公开以下成员。
方法
|
AddComponent |
将元素添加到设置为的元素。 |
|
CreateNavInfo(Guid%, array<SYMBOL_DESCRIPTION_NODE[], UInt32, IVsNavInfo%) |
在 rgSymbolNodes 某些创建定义的符号的 IVsNavInfo 符号。 (继承自 IVsBrowseComponentSet。) |
|
CreateNavInfo(Guid%, array<SYMBOL_DESCRIPTION_NODE[], UInt32, IVsNavInfo%) |
在 rgSymbolNodes 某些创建定义的符号的 IVsNavInfo 符号。 |
|
FindComponent |
查找在元素的元素设置。 |
|
get_ChildListOptions(UInt32%) |
返回子级的选项卡中的符号。列出由 IVsSimpleObjectList2 接口所描述的。 (继承自 IVsBrowseComponentSet。) |
|
get_ChildListOptions(UInt32%) |
返回子级的选项卡中的符号。列出由 IVsSimpleObjectList2 接口所描述的。 |
|
get_ComponentsListOptions(UInt32%) |
返回元素中列出的选项。 (继承自 IVsBrowseComponentSet。) |
|
get_ComponentsListOptions(UInt32%) |
返回元素中列出的选项。 |
|
get_Owner |
标识所有者设置的元素。 |
|
get_RootNavInfo |
提供设置的元素的根节点提供 IVsNavInfo 。 |
|
GetList2(UInt32, UInt32, array<VSOBSEARCHCRITERIA2[], IVsObjectList2, IVsObjectList2%) |
返回请求的列表符号。 (继承自 IVsBrowseComponentSet。) |
|
GetList2(UInt32, UInt32, array<VSOBSEARCHCRITERIA2[], IVsObjectList2, IVsObjectList2%) |
返回请求的列表符号。 |
|
GetSupportedCategoryFields2(Int32, UInt32%) |
返回元素支持的类别值设置指定的类别。 (继承自 IVsBrowseComponentSet。) |
|
GetSupportedCategoryFields2(Int32, UInt32%) |
返回元素支持的类别值设置指定的类别。 |
|
put_ChildListOptions(UInt32) |
设置 IVsSimpleObjectList2 列出了符号层次结构树中的符号的子级的选项。 (继承自 IVsBrowseComponentSet。) |
|
put_ChildListOptions(UInt32) |
设置 IVsSimpleObjectList2 列出了符号层次结构树中的符号的子级的选项。 |
|
put_ComponentsListOptions(UInt32) |
设置元素中列出的选项。 (继承自 IVsBrowseComponentSet。) |
|
put_ComponentsListOptions(UInt32) |
设置元素中列出的选项。 |
|
put_Owner |
设置的元素的所有者。 |
|
put_RootNavInfo |
设置的元素的根节点的 IVsNavInfo 。 |
|
RemoveAllComponents |
从设置的元素中移除所有组件。 |
|
RemoveComponent |
从设置的元素中移除元素。 |
|
UpdateCounter(UInt32%) |
返回库计数器的当前状态。指示库内容已经更改。 (继承自 IVsBrowseComponentSet。) |
|
UpdateCounter(UInt32%) |
返回 set 计数器的当前状态。指示设置的内容已经更改。 |
页首
请参见
参考
Microsoft.VisualStudio.Shell.Interop 命名空间