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
- 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.