IVsProvideUserContext 接口

用于选择容器中的项提供上下文。

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

语法

声明
<InterfaceTypeAttribute()> _
<GuidAttribute("997D7904-D948-4C8B-8BAB-0BDA1E212F6E")> _
Public Interface IVsProvideUserContext
[InterfaceTypeAttribute()]
[GuidAttribute("997D7904-D948-4C8B-8BAB-0BDA1E212F6E")]
public interface IVsProvideUserContext

IVsProvideUserContext 类型公开以下成员。

方法

  名称 说明
公共方法 GetUserContext 通知找到选择上下文的环境。

页首

备注

如果推选择。 属性 windows 使用 IVsTrackSelectionEx 接口,并在选定的项目中提供上下文,则选定项需要实现 IVsProvideUserContext 接口。例如,使用 IVsProvideUserContext 为的项提供上下文任务列表或在设计器的按钮。

请参见实现和/或调用的插图在该示例 Figures Edit的此接口。

对实现者的说明

实现在选择容器的此接口提供上下文。

请参见

参考

Microsoft.VisualStudio.Shell.Interop 命名空间