ContextChangedEventArgs.OldContext Property
The previous context that was being used.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Property OldContext As ITeamFoundationContext
public ITeamFoundationContext OldContext { get; private set; }
public:
property ITeamFoundationContext^ OldContext {
ITeamFoundationContext^ get ();
private: void set (ITeamFoundationContext^ value);
}
member OldContext : ITeamFoundationContext with get, private set
function get OldContext () : ITeamFoundationContext
private function set OldContext (value : ITeamFoundationContext)
Property Value
Type: Microsoft.TeamFoundation.Client.ITeamFoundationContext
Returns ITeamFoundationContext.
.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.