IVsHelpAttributeList Interface

 

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.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

[InterfaceTypeAttribute(1)]
[GuidAttribute("0A56FB1E-1B2F-4699-8178-63B98E816F35")]
public interface IVsHelpAttributeList

NameDescription
System_CAPS_pubmethodGetAttributeName(String)

Gets the name of the attribute of the item at the current index set by GetAttributeStatusIndex or GetAttributeValue.

System_CAPS_pubmethodGetAttributeStatusIndex(Int32, Int32)

Get the attribute's status by index. Also sets the position for other methods not specifying an index.

System_CAPS_pubmethodGetAttributeStatusVal(String, ATTRVALUETYPE, Int32)

Gets the status of an attribute value.

System_CAPS_pubmethodGetAttributeValue(Int32, ATTRVALUETYPE, String)

Get the attribute's value by index. Also sets the position for other methods not specifying an index.

System_CAPS_pubmethodGetCount(Int32)

Gets the number of attributes.

System_CAPS_pubmethodUpdateAttributeStatus(Int32)

Updates the status of the attribute at the current index set by GetAttributeStatusIndex or GetAttributeValue.

Used as an argument in SetTopicTypeFilter method of the IVsMonitorUserContext interface.

Return to top
Show: