ActiveContextChange Enumeration

This enumeration is used to denote a type of context change. Each value can be combined as needed as this is a flags enum.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

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

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration ActiveContextChange
[FlagsAttribute]
public enum ActiveContextChange
[FlagsAttribute]
public enum class ActiveContextChange
[<FlagsAttribute>]
type ActiveContextChange
public enum ActiveContextChange

Members

Member name Description
None

Server

Team

TeamProject

See Also

Reference

Microsoft.TeamFoundation.Client Namespace