ContextChangedEventArgs.TeamProjectCollectionChanged Property
True if the collection changed; false otherwise.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Property TeamProjectCollectionChanged As Boolean
public bool TeamProjectCollectionChanged { get; private set; }
public:
property bool TeamProjectCollectionChanged {
bool get ();
private: void set (bool value);
}
member TeamProjectCollectionChanged : bool with get, private set
function get TeamProjectCollectionChanged () : boolean
private function set TeamProjectCollectionChanged (value : boolean)
Property Value
Type: System.Boolean
Returns Boolean.
.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.