IVsUserContextItem 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
描述项的 F1Help 上下文。 的成员 IVsUserContextItemCollection 。
public interface class IVsUserContextItem
public interface class IVsUserContextItem
__interface IVsUserContextItem
[System.Runtime.InteropServices.Guid("720B8500-17B3-4C89-AE84-2CFE7251B4B8")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsUserContextItem
[<System.Runtime.InteropServices.Guid("720B8500-17B3-4C89-AE84-2CFE7251B4B8")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsUserContextItem = interface
Public Interface IVsUserContextItem
- 属性
方法
| Command(String) |
输出 F1 命令的字符串值。 |
| CountAttributes(String, Int32) |
计算 shell 中用户选定项的属性。 |
| GetAttribute(String, Int32, String[], String[]) |
获取 shell 中用户选定项的属性。 |
| Name(String) |
返回用户在 shell 中选定的 UserContextItem 的名称。 |