VsContextChangingEventArgs-Konstruktor
Namespace: Microsoft.VisualStudio.Services.Integration
Assembly: Microsoft.VisualStudio.Services.Integration (in Microsoft.VisualStudio.Services.Integration.dll)
Syntax
'Declaration
Public Sub New ( _
newContext As ITeamFoundationContext, _
contextChange As ActiveContextChange, _
contextChangeReason As ActiveContextChangeReason _
)
public VsContextChangingEventArgs(
ITeamFoundationContext newContext,
ActiveContextChange contextChange,
ActiveContextChangeReason contextChangeReason
)
Parameter
- newContext
Typ: Microsoft.TeamFoundation.Client.ITeamFoundationContext
- contextChange
Typ: Microsoft.TeamFoundation.Client.ActiveContextChange
- contextChangeReason
Typ: Microsoft.TeamFoundation.Client.ActiveContextChangeReason
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.