ITeamFoundationRegistry Interface
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Interface ITeamFoundationRegistry
public interface ITeamFoundationRegistry
public interface class ITeamFoundationRegistry
type ITeamFoundationRegistry = interface end
public interface ITeamFoundationRegistry
The ITeamFoundationRegistry type exposes the following members.
Methods
|
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
See Also
Reference
Microsoft.TeamFoundation.Framework.Client Namespace