IVsProvideUserContextForObject Interface
Retrieves the user context interface, IVsUserContext for a given object. A user context provides things such as the text for a search or a help keyword.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
<GuidAttribute("F98CCC8A-9C5F-41EB-8421-711C0F1880E6")> _
<InterfaceTypeAttribute()> _
Public Interface IVsProvideUserContextForObject
Dim instance As IVsProvideUserContextForObject
[GuidAttribute("F98CCC8A-9C5F-41EB-8421-711C0F1880E6")]
[InterfaceTypeAttribute()]
public interface IVsProvideUserContextForObject
[GuidAttribute(L"F98CCC8A-9C5F-41EB-8421-711C0F1880E6")]
[InterfaceTypeAttribute()]
public interface class IVsProvideUserContextForObject
public interface IVsProvideUserContextForObject
Remarks
For an example of this interface in use, see the code for the Figures Project Sample.