IVsHelpAttributeList Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | GetAttributeName(String^) | Gets the name of the attribute of the item at the current index set by GetAttributeStatusIndex or GetAttributeValue. |
![]() | GetAttributeStatusIndex(Int32, Int32) | Get the attribute's status by index. Also sets the position for other methods not specifying an index. |
![]() | GetAttributeStatusVal(String^, ATTRVALUETYPE, Int32) | Gets the status of an attribute value. |
![]() | GetAttributeValue(Int32, ATTRVALUETYPE, String^) | Get the attribute's value by index. Also sets the position for other methods not specifying an index. |
![]() | GetCount(Int32) | Gets the number of attributes. |
![]() | UpdateAttributeStatus(Int32) | Updates the status of the attribute at the current index set by GetAttributeStatusIndex or GetAttributeValue. |
Show:
