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

  Name Description
Public method DeleteEntries
Public method DeleteUserEntries
Public method GetUserValue(String)
Public method GetUserValue(String, String)
Public method GetUserValue<T>(String)
Public method GetUserValue<T>(String, T)
Public method GetValue(String)
Public method GetValue(String, String)
Public method GetValue<T>(String)
Public method GetValue<T>(String, T)
Public method QueryAuditLog
Public method ReadEntries(String)
Public method ReadEntries(String, Boolean)
Public method ReadUserEntries(String)
Public method ReadUserEntries(String, Boolean)
Public method SetUserValue(String, String)
Public method SetUserValue<T>(String, T)
Public method SetValue(String, String)
Public method SetValue<T>(String, T)
Public method WriteEntries
Public method WriteUserEntries

Top

See Also

Reference

Microsoft.TeamFoundation.Framework.Client Namespace