Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Function GetUserContextForEditor ( _
    keyWord As String, _
    contextUpdate As IVsUserContextUpdate, _
    <OutAttribute> ByRef cookie As UInteger _
) As IVsUserContext
public IVsUserContext GetUserContextForEditor(
    string keyWord,
    IVsUserContextUpdate contextUpdate,
    out uint cookie
)
public:
IVsUserContext^ GetUserContextForEditor(
    String^ keyWord, 
    IVsUserContextUpdate^ contextUpdate, 
    [OutAttribute] unsigned int% cookie
)
member GetUserContextForEditor : 
        keyWord:string * 
        contextUpdate:IVsUserContextUpdate * 
        cookie:uint32 byref -> IVsUserContext
public function GetUserContextForEditor(
    keyWord : String, 
    contextUpdate : IVsUserContextUpdate, 
    cookie : uint
) : IVsUserContext
Parameters
- keyWord
 Type: System.String
- contextUpdate
 Type: Microsoft.VisualStudio.Shell.Interop.IVsUserContextUpdate
- cookie
 Type: System.UInt32%
Return Value
Type: Microsoft.VisualStudio.Shell.Interop.IVsUserContext
Returns IVsUserContext.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.