Include Protected Members
Include Inherited Members
Manages attributes and keywords (context and subcontext) in the context or subcontext bag.
The IVsUserContext type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| .gif) | AddAttribute | Adds an attribute, lookup keyword, or F1 keyword to the context or subcontext bag. | 
| .gif) | AddSubcontext | Links a subcontext bag to a parent context bag. | 
| .gif) | AdviseUpdate | Enables clients to receive notification when the Dynamic Help window is about to update based on the active context. | 
| .gif) | CountAttributes | Returns the number of attributes or keywords present in the context or subcontext bag. | 
| .gif) | CountSubcontexts | Returns the number of subcontext bags associated with the context bag. | 
| .gif) | GetAttribute | Returns the specified attribute or keyword from the context or subcontext bag based on index position or name. | 
| .gif) | GetAttributePri | Returns a specified attribute or keyword from the context or subcontext bag based on index position, name, or priority. | 
| .gif) | GetAttrUsage | Returns the type of context (attribute, lookup keyword, or F1 keyword) that is present at a specified index position in the context or subcontext bag. | 
| .gif) | GetPriority | Determines the priority of an attribute or keyword in the context or subcontext bag. | 
| .gif) | GetSubcontext | Returns a specified subcontext bag from the parent context bag. | 
| .gif) | IsDirty | Determines whether the user context has changed in the context or subcontext bag. | 
| .gif) | RemoveAllSubcontext | Removes all subcontext bags associated with the context bag. | 
| .gif) | RemoveAttribute | Removes an attribute or keyword from a context or subcontext bag. | 
| .gif) | RemoveAttributeIncludeChildren | Removes an attribute or keyword from the context bag and from any associated subcontext bags. | 
| .gif) | RemoveSubcontext | Removes the specified subcontext bag. | 
| .gif) | SetDirty | Flags the context or subcontext bag for update by the Dynamic Help window. | 
| .gif) | UnadviseUpdate | Disables clients from receiving notification of updates to the user context. | 
| .gif) | Update | Called internally by the Dynamic Help window to update user context. | 
Top