VsContextChangingEventArgs, constructeur
Espace de noms : Microsoft.VisualStudio.Services.Integration
Assembly : Microsoft.VisualStudio.Services.Integration (dans Microsoft.VisualStudio.Services.Integration.dll)
Syntaxe
'Déclaration
Public Sub New ( _
newContext As ITeamFoundationContext, _
contextChange As ActiveContextChange, _
contextChangeReason As ActiveContextChangeReason _
)
public VsContextChangingEventArgs(
ITeamFoundationContext newContext,
ActiveContextChange contextChange,
ActiveContextChangeReason contextChangeReason
)
Paramètres
- newContext
Type : Microsoft.TeamFoundation.Client.ITeamFoundationContext
- contextChange
Type : Microsoft.TeamFoundation.Client.ActiveContextChange
- contextChangeReason
Type : Microsoft.TeamFoundation.Client.ActiveContextChangeReason
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.