IVsUserContextItem Interface

 

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)

[GuidAttribute("720B8500-17B3-4C89-AE84-2CFE7251B4B8")]
[InterfaceTypeAttribute(1)]
public interface IVsUserContextItem

NameDescription
System_CAPS_pubmethodCommand(String)

Outputs the F1 command's String value.

System_CAPS_pubmethodCountAttributes(String, Int32)

Counts the attributes of the user-selected item in the shell.

System_CAPS_pubmethodGetAttribute(String, Int32, String[], String[])

Gets the attributes of the user-selected item in the shell.

System_CAPS_pubmethodName(String)

Returns the name of the UserContextItem selected by the user in the shell.

Return to top
Show: