This documentation is archived and is not being maintained.
WorkItemStore.MetadataChanged Event
Visual Studio 2005
Occurs when the Team Foundation server updates the client computer's metadata cache.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in microsoft.teamfoundation.workitemtracking.client.dll)
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in microsoft.teamfoundation.workitemtracking.client.dll)
'Declaration Public Event MetadataChanged As MetadataChangeEventHandler 'Usage Dim instance As WorkItemStore Dim handler As MetadataChangeEventHandler AddHandler instance.MetadataChanged, handler
/** @event */ public void add_MetadataChanged (MetadataChangeEventHandler value) /** @event */ public void remove_MetadataChanged (MetadataChangeEventHandler value)
JScript supports the use of events, but not the declaration of new ones.
Metadata is assigned versions by the WorkItemStore to prevent unexpected metadata changes from disrupting program flow. For more information about metadata versioning, see Threading Issues with the Work Item Tracking Object Model.
Show: