ContextChangedEventArgs.NewContext Property

The new context that has already been set on the monitor service.

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Public Property NewContext As ITeamFoundationContext
public ITeamFoundationContext NewContext { get; private set; }
public:
property ITeamFoundationContext^ NewContext {
    ITeamFoundationContext^ get ();
    private: void set (ITeamFoundationContext^ value);
}
member NewContext : ITeamFoundationContext with get, private set
function get NewContext () : ITeamFoundationContext 
private function set NewContext (value : ITeamFoundationContext)

Property Value

Type: Microsoft.TeamFoundation.Client.ITeamFoundationContext
Returns ITeamFoundationContext.

.NET Framework Security

See Also

Reference

ContextChangedEventArgs Class

Microsoft.TeamFoundation.Client Namespace