Task::GetUserContext Method (IVsUserContext^)
Visual Studio 2015
Creates a new user context.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Parameters
- ppctx
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsUserContext^
[out] The IVsUserContext that has been created.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
This method creates an empty IVsUserContext and adds the F1 keyword.
Show: