IVsUserContext::IsDirty Method (Int32)
Visual Studio 2015
Determines whether the user context has changed in the context or subcontext bag.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- pfDirty
-
Type:
System::Int32
[out, retval] If true, then the user context has changed. If false, then the user context is unchanged.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Show: