Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Provides F1 help. The Nodes have a UserContext Property which contains the F1 help keyword which provides the user context for that information.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Function GetUserContext As IVsUserContext
'Usage
Dim instance As BaseHierarchyNode
Dim returnValue As IVsUserContext
returnValue = instance.GetUserContext()
public IVsUserContext GetUserContext()
public:
IVsUserContext^ GetUserContext()
public function GetUserContext() : IVsUserContext
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.