|
| Name | Description |
|---|
 | DeleteEntries(TeamFoundationRequestContext, array<String>) | (Inherited from TeamFoundationBaseRegistryService.) |
 | DeleteEntries(TeamFoundationRequestContext, Identity, array<String>) | (Inherited from TeamFoundationBaseRegistryService.) |
 | DeleteEntries(TeamFoundationRequestContext, Guid, array<String>) | (Inherited from TeamFoundationBaseRegistryService.) |
 | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
 | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | GetValue(TeamFoundationRequestContext, String) | Retrieves the value for the specified path. (Inherited from TeamFoundationBaseRegistryService.) |
 | GetValue(TeamFoundationRequestContext, Identity, String) | (Inherited from TeamFoundationBaseRegistryService.) |
 | GetValue(TeamFoundationRequestContext, Guid, String) | (Inherited from TeamFoundationBaseRegistryService.) |
 | GetValue(TeamFoundationRequestContext, String, Boolean, String) | GetValue will return the value for the specified path as a string. (Inherited from TeamFoundationBaseRegistryService.) |
 | GetValue(TeamFoundationRequestContext, Identity, String, Boolean, String) | (Inherited from TeamFoundationBaseRegistryService.) |
 | GetValue(TeamFoundationRequestContext, Guid, String, Boolean, String) | (Inherited from TeamFoundationBaseRegistryService.) |
 | GetValue<T>(TeamFoundationRequestContext, String, T) | Retrieves the value for the specified path, converted to the type specified by T. (Inherited from TeamFoundationBaseRegistryService.) |
 | GetValue<T>(TeamFoundationRequestContext, Identity, String, T) | (Inherited from TeamFoundationBaseRegistryService.) |
 | GetValue<T>(TeamFoundationRequestContext, Guid, String, T) | (Inherited from TeamFoundationBaseRegistryService.) |
 | 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.) |
 | GetValue<T>(TeamFoundationRequestContext, Identity, String, Boolean, T) | (Inherited from TeamFoundationBaseRegistryService.) |
 | GetValue<T>(TeamFoundationRequestContext, Guid, String, Boolean, T) | (Inherited from TeamFoundationBaseRegistryService.) |
 | QueryAuditLog | QueryAuditLog is used to read the changes that have occurred to the registry. (Inherited from TeamFoundationBaseRegistryService.) |
 | ReadEntries(TeamFoundationRequestContext, String) | (Inherited from TeamFoundationBaseRegistryService.) |
 | ReadEntries(TeamFoundationRequestContext, Identity, String) | (Inherited from TeamFoundationBaseRegistryService.) |
 | ReadEntries(TeamFoundationRequestContext, Guid, String) | (Inherited from TeamFoundationBaseRegistryService.) |
 | 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.) |
 | ReadEntries(TeamFoundationRequestContext, Identity, String, Boolean) | (Inherited from TeamFoundationBaseRegistryService.) |
 | ReadEntries(TeamFoundationRequestContext, Guid, String, Boolean) | (Inherited from TeamFoundationBaseRegistryService.) |
 | 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.) |
 | ReadEntriesFallThru(TeamFoundationRequestContext, Identity, String) | (Inherited from TeamFoundationBaseRegistryService.) |
 | ReadEntriesFallThru(TeamFoundationRequestContext, Guid, String) | (Inherited from TeamFoundationBaseRegistryService.) |
 | RegisterNotification(TeamFoundationRequestContext, RegistrySettingsChangedCallback, array<String>) | Register a callback method which will be invoked whenever registry paths matching the given filters has changed |
 | RegisterNotification(TeamFoundationRequestContext, RegistrySettingsChangedCallback, Boolean, array<String>) | Register a callback method which will be invoked whenever registry paths matching the given filters has changed |
 | ServiceEnd | Implementation of ITeamFoundationService.ServiceEnd (Overrides TeamFoundationBaseRegistryService::ServiceEnd(TeamFoundationRequestContext).) |
 | ServiceStart | Implementation of ITeamFoundationService.ServiceStart (Overrides TeamFoundationBaseRegistryService::ServiceStart(TeamFoundationRequestContext).) |
 | SetValue(TeamFoundationRequestContext, String, String) | (Inherited from TeamFoundationBaseRegistryService.) |
 | SetValue(TeamFoundationRequestContext, Identity, String, String) | (Inherited from TeamFoundationBaseRegistryService.) |
 | SetValue(TeamFoundationRequestContext, Guid, String, String) | (Inherited from TeamFoundationBaseRegistryService.) |
 | SetValue<T>(TeamFoundationRequestContext, String, T) | (Inherited from TeamFoundationBaseRegistryService.) |
 | SetValue<T>(TeamFoundationRequestContext, Identity, String, T) | (Inherited from TeamFoundationBaseRegistryService.) |
 | SetValue<T>(TeamFoundationRequestContext, Guid, String, T) | (Inherited from TeamFoundationBaseRegistryService.) |
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
 | UnregisterNotification(TeamFoundationRequestContext, RegistrySettingsChangedCallback) | Unregisters the given callback to stop receiving notifications |
 | UnregisterNotification(TeamFoundationRequestContext, RegistrySettingsChangedCallback, Boolean) | Unregisters the given callback to stop receiving notifications |
 | WriteEntries(TeamFoundationRequestContext, IEnumerable<RegistryEntry>) | (Inherited from TeamFoundationBaseRegistryService.) |
 | WriteEntries(TeamFoundationRequestContext, Identity, IEnumerable<RegistryEntry>) | (Inherited from TeamFoundationBaseRegistryService.) |
 | WriteEntries(TeamFoundationRequestContext, Guid, IEnumerable<RegistryEntry>) | (Inherited from TeamFoundationBaseRegistryService.) |
 | 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.) |