Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("F98CCC8A-9C5F-41EB-8421-711C0F1880E6")> _
Public Interface IVsProvideUserContextForObject
'Usage
Dim instance As IVsProvideUserContextForObject
[InterfaceTypeAttribute()]
[GuidAttribute("F98CCC8A-9C5F-41EB-8421-711C0F1880E6")]
public interface IVsProvideUserContextForObject
[InterfaceTypeAttribute()]
[GuidAttribute(L"F98CCC8A-9C5F-41EB-8421-711C0F1880E6")]
public interface class IVsProvideUserContextForObject
public interface IVsProvideUserContextForObject
Remarks
For an example of this interface in use, see the code for the Figures Project Sample.