IVsUserContext Members
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
Adds an attribute, lookup keyword, or F1 keyword to the context or subcontext bag.
Links a subcontext bag to a parent context bag.
Enables clients to receive notification when the Dynamic Help window is about to update based on the active context.
Returns the number of attributes or keywords present in the context or subcontext bag.
Returns the number of subcontext bags associated with the context bag.
Returns the specified attribute or keyword from the context or subcontext bag based on index position or name.
Returns a specified attribute or keyword from the context or subcontext bag based on index position, name, or priority.
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.
Determines the priority of an attribute or keyword in the context or subcontext bag.
Returns a specified subcontext bag from the parent context bag.
Determines whether the user context has changed in the context or subcontext bag.
Removes all subcontext bags associated with the context bag.
Removes an attribute or keyword from a context or subcontext bag.
RemoveAttributeIncludeChildren
Removes an attribute or keyword from the context bag and from any associated subcontext bags.
Removes the specified subcontext bag.
Flags the context or subcontext bag for update by the Dynamic Help window.
Disables clients from receiving notification of updates to the user context.
Called internally by the Dynamic Help window to update user context.
Top