为帮助属性提供所有可能值列表。接口不提供枚举数,而是使用整数索引检索值。
命名空间: 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 | 获取项目的属性的名称。 GetAttributeStatusIndex 或 GetAttributeValue设置的当前索引。 |
![]() |
GetAttributeStatusIndex | 获取索引属性的状态。并将不指定其他的方案的位置的索引。 |
![]() |
GetAttributeStatusVal | 获取属性值的状态。 |
![]() |
GetAttributeValue | 获取索引的属性值。并将不指定其他的方案的位置的索引。 |
![]() |
GetCount | 获取特性的数目。 |
![]() |
UpdateAttributeStatus | 更新属性的状态。 GetAttributeStatusIndex 或 GetAttributeValue设置的当前索引。 |
页首
备注
用作参数。 IVsMonitorUserContext 接口的 SetTopicTypeFilter 方法。