IVsUserContext.Update Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Updates user context.
public:
int Update();
public:
int Update();
int Update();
public int Update ();
abstract member Update : unit -> int
Public Function Update () As Integer
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
Use the IsDirty method to determine whether the user context has changed and the SetDirty method to flag that the contents of the context or subcontext bag have changed.