使用英语阅读

通过


ITrackSelection 接口

通知一个不断变化的环境在当前选择容器上的。

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

语法

声明
<InterfaceTypeAttribute()> _
<GuidAttribute("6D5140C5-7436-11CE-8034-00AA006009FA")> _
Public Interface ITrackSelection
[InterfaceTypeAttribute()]
[GuidAttribute("6D5140C5-7436-11CE-8034-00AA006009FA")]
public interface ITrackSelection

ITrackSelection 类型公开以下成员。

方法

  名称 说明
公共方法 OnSelectChange 当前选择容器更改的报表。

页首

备注

选择容器,对象实现 ISelectionContainer 接口,必须是选择上下文的一部分附加到每个窗口。在窗口中当前选定内容更改时,并在 属性 窗口反映数据的属性变得过时, VSPackage 负责窗口通过调用使用新 ISelectionContainer 指针的 OnSelectChange 更新此数据。ISelectionContainer 提供对元素进行更新 " 属性 " 窗口提供对数据的 IDispatch 对象

对实现者的说明

该环境。 STrackSelection 服务实现 ITrackSelection

对调用者的说明

VSPackage 文档,并工具窗口调用 ITrackSelection 提供可由环境用于检索属性数据为一个或多个当前选定对象的 ISelectionContainer 接口指针。该环境更新具有此数据的属性窗口。

请参见

参考

Microsoft.VisualStudio.Shell.Interop 命名空间