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 | |
---|---|---|
AddAttribute | Adds an attribute, lookup keyword, or F1 keyword to the context or subcontext bag. | |
AddSubcontext | Links a subcontext bag to a parent context bag. | |
AdviseUpdate | Enables clients to receive notification when the user context property bag is changed. | |
CountAttributes | Returns the number of attributes or keywords present in the context or subcontext bag. | |
CountSubcontexts | Returns the number of subcontext bags associated with the context bag. | |
GetAttribute | Returns the specified attribute or keyword from the context or subcontext bag based on index position or name. | |
GetAttributePri | Returns a specified attribute or keyword from the context or subcontext bag based on index position, name, or priority. | |
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. | |
GetPriority | Determines the priority of an attribute or keyword in the context or subcontext bag. | |
GetSubcontext | Returns a specified subcontext bag from the parent context bag. | |
IsDirty | Determines whether the user context has changed in the context or subcontext bag. | |
RemoveAllSubcontext | Removes all subcontext bags associated with the context bag. | |
RemoveAttribute | 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. | |
RemoveSubcontext | Removes the specified subcontext bag. | |
SetDirty | Flags the context or subcontext bag for update. | |
UnadviseUpdate | Disables clients from receiving notification of updates to the user context. | |
Update | Updates user context. |
Top