| .gif) | DeleteEntries(TeamFoundationRequestContext, array<String[]) | (Inherited from TeamFoundationBaseRegistryService.) | 
| .gif) | DeleteEntries(TeamFoundationRequestContext, Identity, array<String[]) | (Inherited from TeamFoundationBaseRegistryService.) | 
| .gif) | DeleteEntries(TeamFoundationRequestContext, Guid, array<String[]) | (Inherited from TeamFoundationBaseRegistryService.) | 
| .gif) | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | 
| .gif) | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | GetValue(TeamFoundationRequestContext, String) | Retrieves the value for the specified path. (Inherited from TeamFoundationBaseRegistryService.) | 
| .gif) | GetValue(TeamFoundationRequestContext, Identity, String) | (Inherited from TeamFoundationBaseRegistryService.) | 
| .gif) | GetValue(TeamFoundationRequestContext, Guid, String) | (Inherited from TeamFoundationBaseRegistryService.) | 
| .gif) | GetValue(TeamFoundationRequestContext, String, Boolean, String) | GetValue will return the value for the specified path as a string. (Inherited from TeamFoundationBaseRegistryService.) | 
| .gif) | GetValue(TeamFoundationRequestContext, Identity, String, Boolean, String) | (Inherited from TeamFoundationBaseRegistryService.) | 
| .gif) | GetValue(TeamFoundationRequestContext, Guid, String, Boolean, String) | (Inherited from TeamFoundationBaseRegistryService.) | 
| .gif) | GetValue<T>(TeamFoundationRequestContext, String, T) | Retrieves the value for the specified path, converted to the type specified by T. (Inherited from TeamFoundationBaseRegistryService.) | 
| .gif) | GetValue<T>(TeamFoundationRequestContext, Identity, String, T) | (Inherited from TeamFoundationBaseRegistryService.) | 
| .gif) | GetValue<T>(TeamFoundationRequestContext, Guid, String, T) | (Inherited from TeamFoundationBaseRegistryService.) | 
| .gif) | GetValue<T>(TeamFoundationRequestContext, String, Boolean, T) | GetValue<T>() will retrieve the value for the specified path. It will then be converted to the type specified by T. (Inherited from TeamFoundationBaseRegistryService.) | 
| .gif) | GetValue<T>(TeamFoundationRequestContext, Identity, String, Boolean, T) | (Inherited from TeamFoundationBaseRegistryService.) | 
| .gif) | GetValue<T>(TeamFoundationRequestContext, Guid, String, Boolean, T) | (Inherited from TeamFoundationBaseRegistryService.) | 
| .gif) | QueryAuditLog | QueryAuditLog is used to read the changes that have occurred to the registry. (Inherited from TeamFoundationBaseRegistryService.) | 
| .gif) | ReadEntries(TeamFoundationRequestContext, String) | (Inherited from TeamFoundationBaseRegistryService.) | 
| .gif) | ReadEntries(TeamFoundationRequestContext, Identity, String) | (Inherited from TeamFoundationBaseRegistryService.) | 
| .gif) | ReadEntries(TeamFoundationRequestContext, Guid, String) | (Inherited from TeamFoundationBaseRegistryService.) | 
| .gif) | ReadEntries(TeamFoundationRequestContext, String, Boolean) | Special segment patterns: "/.../" and "/**/" match zero or more segments in a path. "/*/" matches zero or one segments in a path. Segments that contain "...", "*" in addition to other characters (e.g. "/f...b/", "/......./") are either invalid or literal. Other patterns: a segment that includes "*" and other characters can be used to match one segment in a path. e.g. "/f*/" would match "/folder/" but not "/afolder/". Currently only the special segments patterns are supported, and they can only be the last segment. (Inherited from TeamFoundationBaseRegistryService.) | 
| .gif) | ReadEntries(TeamFoundationRequestContext, Identity, String, Boolean) | (Inherited from TeamFoundationBaseRegistryService.) | 
| .gif) | ReadEntries(TeamFoundationRequestContext, Guid, String, Boolean) | (Inherited from TeamFoundationBaseRegistryService.) | 
| .gif) | ReadEntriesFallThru(TeamFoundationRequestContext, String) | ReadEntries is used to read multiple registry values in a single call Values from the fall through registry are included where they do not occur in this registry. (Inherited from TeamFoundationBaseRegistryService.) | 
| .gif) | ReadEntriesFallThru(TeamFoundationRequestContext, Identity, String) | (Inherited from TeamFoundationBaseRegistryService.) | 
| .gif) | ReadEntriesFallThru(TeamFoundationRequestContext, Guid, String) | (Inherited from TeamFoundationBaseRegistryService.) | 
| .gif) | RegisterNotification(TeamFoundationRequestContext, RegistrySettingsChangedCallback, array<String[]) | Register a callback method which will be invoked whenever registry paths matching the given filters has changed | 
| .gif) | RegisterNotification(TeamFoundationRequestContext, RegistrySettingsChangedCallback, Boolean, array<String[]) | Register a callback method which will be invoked whenever registry paths matching the given filters has changed | 
| .gif) | ServiceEnd | Implementation of ITeamFoundationService.ServiceEnd (Overrides TeamFoundationBaseRegistryService.ServiceEnd(TeamFoundationRequestContext).) | 
| .gif) | ServiceStart | Implementation of ITeamFoundationService.ServiceStart (Overrides TeamFoundationBaseRegistryService.ServiceStart(TeamFoundationRequestContext).) | 
| .gif) | SetValue(TeamFoundationRequestContext, String, String) | (Inherited from TeamFoundationBaseRegistryService.) | 
| .gif) | SetValue(TeamFoundationRequestContext, Identity, String, String) | (Inherited from TeamFoundationBaseRegistryService.) | 
| .gif) | SetValue(TeamFoundationRequestContext, Guid, String, String) | (Inherited from TeamFoundationBaseRegistryService.) | 
| .gif) | SetValue<T>(TeamFoundationRequestContext, String, T) | (Inherited from TeamFoundationBaseRegistryService.) | 
| .gif) | SetValue<T>(TeamFoundationRequestContext, Identity, String, T) | (Inherited from TeamFoundationBaseRegistryService.) | 
| .gif) | SetValue<T>(TeamFoundationRequestContext, Guid, String, T) | (Inherited from TeamFoundationBaseRegistryService.) | 
| .gif) | ToString | Returns a string that represents the current object. (Inherited from Object.) | 
| .gif) | UnregisterNotification(TeamFoundationRequestContext, RegistrySettingsChangedCallback) | Unregisters the given callback to stop receiving notifications | 
| .gif) | UnregisterNotification(TeamFoundationRequestContext, RegistrySettingsChangedCallback, Boolean) | Unregisters the given callback to stop receiving notifications | 
| .gif) | WriteEntries(TeamFoundationRequestContext, IEnumerable<RegistryEntry>) | (Inherited from TeamFoundationBaseRegistryService.) | 
| .gif) | WriteEntries(TeamFoundationRequestContext, Identity, IEnumerable<RegistryEntry>) | (Inherited from TeamFoundationBaseRegistryService.) | 
| .gif) | WriteEntries(TeamFoundationRequestContext, Guid, IEnumerable<RegistryEntry>) | (Inherited from TeamFoundationBaseRegistryService.) | 
| .gif) | WriteEntriesInternal | WriteEntries is used to update a set of registry entries all at the same time. All updates to the registry are transacted. This means either all or none of the updates are committed. (Inherited from TeamFoundationBaseRegistryService.) |