Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Public Delegate Sub RegistrySettingsChangedCallback ( _
requestContext As TeamFoundationRequestContext, _
changedEntries As RegistryEntryCollection _
)
public delegate void RegistrySettingsChangedCallback(
TeamFoundationRequestContext requestContext,
RegistryEntryCollection changedEntries
)
public delegate void RegistrySettingsChangedCallback(
TeamFoundationRequestContext^ requestContext,
RegistryEntryCollection^ changedEntries
)
type RegistrySettingsChangedCallback =
delegate of
requestContext:TeamFoundationRequestContext *
changedEntries:RegistryEntryCollection -> unit
JScript does not support delegates.
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- changedEntries
Type: Microsoft.TeamFoundation.Framework.Server.RegistryEntryCollection