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 Sub SetUserContextForHierarchyNode ( _
nodeType As Type, _
projectContext As ProjectContext, _
userContext As IVsUserContext _
)
public void SetUserContextForHierarchyNode(
Type nodeType,
ProjectContext projectContext,
IVsUserContext userContext
)
public:
void SetUserContextForHierarchyNode(
Type^ nodeType,
ProjectContext^ projectContext,
IVsUserContext^ userContext
)
member SetUserContextForHierarchyNode :
nodeType:Type *
projectContext:ProjectContext *
userContext:IVsUserContext -> unit
public function SetUserContextForHierarchyNode(
nodeType : Type,
projectContext : ProjectContext,
userContext : IVsUserContext
)
Parameters
- nodeType
Type: System.Type
- projectContext
Type: Microsoft.VisualStudio.TeamFoundation.ProjectContext
- userContext
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.