This documentation is archived and is not being maintained.
RegistrySettingsChangedCallback Delegate
Visual Studio 2013
Delegate for the RegistrySettingsChanged callback. Notifies a subscriber that the given registry entries were changed
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
public delegate void RegistrySettingsChangedCallback( TeamFoundationRequestContext^ requestContext, RegistryEntryCollection^ changedEntries )
Parameters
- requestContext
- Type: Microsoft.TeamFoundation.Framework.Server::TeamFoundationRequestContext
- changedEntries
- Type: Microsoft.TeamFoundation.Framework.Server::RegistryEntryCollection
Show: