This documentation is archived and is not being maintained.
VsContextChangingEventArgs Constructor
Visual Studio 2013
Namespace: Microsoft.VisualStudio.Services.Integration
Assembly: Microsoft.VisualStudio.Services.Integration (in Microsoft.VisualStudio.Services.Integration.dll)
public:
VsContextChangingEventArgs(
ITeamFoundationContext^ newContext,
ActiveContextChange contextChange,
ActiveContextChangeReason contextChangeReason
)
Parameters
- newContext
- Type: Microsoft.TeamFoundation.Client::ITeamFoundationContext
- contextChange
- Type: Microsoft.TeamFoundation.Client::ActiveContextChange
- contextChangeReason
- Type: Microsoft.TeamFoundation.Client::ActiveContextChangeReason
- 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.
Show: