VsContextChangingEventArgs Constructor
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
)
public:
VsContextChangingEventArgs(
ITeamFoundationContext^ newContext,
ActiveContextChange contextChange,
ActiveContextChangeReason contextChangeReason
)
new :
newContext:ITeamFoundationContext *
contextChange:ActiveContextChange *
contextChangeReason:ActiveContextChangeReason -> VsContextChangingEventArgs
public function VsContextChangingEventArgs(
newContext : ITeamFoundationContext,
contextChange : ActiveContextChange,
contextChangeReason : ActiveContextChangeReason
)
Parameters
- newContext
Type: Microsoft.TeamFoundation.Client.ITeamFoundationContext
- contextChange
Type: Microsoft.TeamFoundation.Client.ActiveContextChange
- contextChangeReason
Type: Microsoft.TeamFoundation.Client.ActiveContextChangeReason
.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.