BasicHelper.GetUserContextForEditor-Methode
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
)
Parameter
- keyWord
Typ: System.String
- contextUpdate
Typ: Microsoft.VisualStudio.Shell.Interop.IVsUserContextUpdate
- cookie
Typ: System.UInt32%
Rückgabewert
Typ: Microsoft.VisualStudio.Shell.Interop.IVsUserContext
Gibt IVsUserContext zurück.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.