IVsProvideUserContext Interface

Provides context for an item in a selection container.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("997D7904-D948-4C8B-8BAB-0BDA1E212F6E")> _
Public Interface IVsProvideUserContext
'Usage
Dim instance As IVsProvideUserContext
[InterfaceTypeAttribute()]
[GuidAttribute("997D7904-D948-4C8B-8BAB-0BDA1E212F6E")]
public interface IVsProvideUserContext
[InterfaceTypeAttribute()]
[GuidAttribute(L"997D7904-D948-4C8B-8BAB-0BDA1E212F6E")]
public interface class IVsProvideUserContext
public interface IVsProvideUserContext

Remarks

If you are pushing selection to the Properties window using the IVsTrackSelectionEx interface and you want to provide context on the selected item, then the selected item needs to implement the IVsProvideUserContext interface. For example, use IVsProvideUserContext to provide context for items in a task list or a button on a designer.

See illustrations of the implementation and/or calling of this interface in the sample Figures Edit.

Notes to Implementers:

Implement this interface on a selection container to provide context.

See Also

Reference

IVsProvideUserContext Members

Microsoft.VisualStudio.Shell.Interop Namespace