IVsHelpAttributeList 接口

为帮助属性提供所有可能值列表。接口不提供枚举数,而是使用整数索引检索值。

命名空间:  Microsoft.VisualStudio.Shell.Interop
程序集:  Microsoft.VisualStudio.Shell.Interop(在 Microsoft.VisualStudio.Shell.Interop.dll 中)

语法

声明
<InterfaceTypeAttribute()> _
<GuidAttribute("0A56FB1E-1B2F-4699-8178-63B98E816F35")> _
Public Interface IVsHelpAttributeList
[InterfaceTypeAttribute()]
[GuidAttribute("0A56FB1E-1B2F-4699-8178-63B98E816F35")]
public interface IVsHelpAttributeList

IVsHelpAttributeList 类型公开以下成员。

方法

  名称 说明
公共方法 GetAttributeName 获取项目的属性的名称。 GetAttributeStatusIndexGetAttributeValue设置的当前索引。
公共方法 GetAttributeStatusIndex 获取索引属性的状态。并将不指定其他的方案的位置的索引。
公共方法 GetAttributeStatusVal 获取属性值的状态。
公共方法 GetAttributeValue 获取索引的属性值。并将不指定其他的方案的位置的索引。
公共方法 GetCount 获取特性的数目。
公共方法 UpdateAttributeStatus 更新属性的状态。 GetAttributeStatusIndexGetAttributeValue设置的当前索引。

页首

备注

用作参数。 IVsMonitorUserContext 接口的 SetTopicTypeFilter 方法。

请参见

参考

Microsoft.VisualStudio.Shell.Interop 命名空间