BasicHelper.SetUserContextForHierarchyNode Method

Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)

Syntax

'宣言
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

.NET Framework Security

See Also

Reference

BasicHelper Class

Microsoft.TeamFoundation.Common Namespace