Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Describes the F1 Help context of an item. Member of a IVsUserContextItemCollection.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
<GuidAttribute("720B8500-17B3-4C89-AE84-2CFE7251B4B8")> _
<InterfaceTypeAttribute()> _
Public Interface IVsUserContextItem
[GuidAttribute("720B8500-17B3-4C89-AE84-2CFE7251B4B8")]
[InterfaceTypeAttribute()]
public interface IVsUserContextItem
[GuidAttribute(L"720B8500-17B3-4C89-AE84-2CFE7251B4B8")]
[InterfaceTypeAttribute()]
public interface class IVsUserContextItem
[<GuidAttribute("720B8500-17B3-4C89-AE84-2CFE7251B4B8")>]
[<InterfaceTypeAttribute()>]
type IVsUserContextItem = interface end
public interface IVsUserContextItem
The IVsUserContextItem type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Command | Outputs the F1 command's String value. |
![]() |
CountAttributes | Counts the attributes of the user-selected item in the shell. |
![]() |
GetAttribute | Gets the attributes of the user-selected item in the shell. |
![]() |
Name | Returns the name of the UserContextItem selected by the user in the shell. |
Top