IVsHelpAttributeList Members

Include Protected Members
Include Inherited Members

Provides a list of all possible values for a Help attribute. The interface does not provide an enumerator but instead uses an integer index to retrieve the values.

The IVsHelpAttributeList type exposes the following members.

Methods

  Name Description
Public method GetAttributeName Gets the name of the attribute of the item at the current index set by GetAttributeStatusIndex or GetAttributeValue.
Public method GetAttributeStatusIndex Get the attribute's status by index. Also sets the position for other methods not specifying an index.
Public method GetAttributeStatusVal Gets the status of an attribute value.
Public method GetAttributeValue Get the attribute's value by index. Also sets the position for other methods not specifying an index.
Public method GetCount Gets the number of attributes.
Public method UpdateAttributeStatus Updates the status of the attribute at the current index set by GetAttributeStatusIndex or GetAttributeValue.

Top

See Also

Reference

IVsHelpAttributeList Interface

Microsoft.VisualStudio.Shell.Interop Namespace