This documentation is archived and is not being maintained.
This documentation is archived and is not being maintained.
ITeamFoundationRegistry Interface
Namespace:
Microsoft.TeamFoundation.Framework.Client Assembly:
Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
public interface class ITeamFoundationRegistry
The ITeamFoundationRegistry type exposes the following members.
|
| Name | Description |
|---|
 | DeleteEntries | |
 | DeleteUserEntries | |
 | GetUserValue(String) | |
 | GetUserValue(String, String) | |
 | GetUserValue<T>(String) | |
 | GetUserValue<T>(String, T) | |
 | GetValue(String) | |
 | GetValue(String, String) | |
 | GetValue<T>(String) | |
 | GetValue<T>(String, T) | |
 | QueryAuditLog | |
 | ReadEntries(String) | |
 | ReadEntries(String, Boolean) | |
 | ReadUserEntries(String) | |
 | ReadUserEntries(String, Boolean) | |
 | SetUserValue(String, String) | |
 | SetUserValue<T>(String, T) | |
 | SetValue(String, String) | |
 | SetValue<T>(String, T) | |
 | WriteEntries | |
 | WriteUserEntries | |
Top