Construtor VsContextChangingEventArgs
Namespace: Microsoft.VisualStudio.Services.Integration
Assembly: Microsoft.VisualStudio.Services.Integration (em Microsoft.VisualStudio.Services.Integration.dll)
Sintaxe
'Declaração
Public Sub New ( _
newContext As ITeamFoundationContext, _
contextChange As ActiveContextChange, _
contextChangeReason As ActiveContextChangeReason _
)
public VsContextChangingEventArgs(
ITeamFoundationContext newContext,
ActiveContextChange contextChange,
ActiveContextChangeReason contextChangeReason
)
Parâmetros
- newContext
Tipo: Microsoft.TeamFoundation.Client.ITeamFoundationContext
- contextChange
Tipo: Microsoft.TeamFoundation.Client.ActiveContextChange
- contextChangeReason
Tipo: Microsoft.TeamFoundation.Client.ActiveContextChangeReason
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.