Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Do initialization for the given ITeamFoundationContext.
Namespace: Microsoft.VisualStudio.TeamFoundation
Assembly: Microsoft.VisualStudio.TeamFoundation (in Microsoft.VisualStudio.TeamFoundation.dll)
Syntax
'Declaration
Function InitializeForContext ( _
teamFoundationContext As ITeamFoundationContext _
) As Boolean
bool InitializeForContext(
ITeamFoundationContext teamFoundationContext
)
bool InitializeForContext(
ITeamFoundationContext^ teamFoundationContext
)
abstract InitializeForContext :
teamFoundationContext:ITeamFoundationContext -> bool
function InitializeForContext(
teamFoundationContext : ITeamFoundationContext
) : boolean
Parameters
- teamFoundationContext
Type: Microsoft.TeamFoundation.Client.ITeamFoundationContext
Return Value
Type: System.Boolean
.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.