Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
.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.