ITeamFoundationRegistry 接口

命名空间:  Microsoft.TeamFoundation.Framework.Client
程序集:  Microsoft.TeamFoundation.Client(在 Microsoft.TeamFoundation.Client.dll 中)

语法

声明
Public Interface ITeamFoundationRegistry
public interface ITeamFoundationRegistry

ITeamFoundationRegistry 类型公开以下成员。

方法

  名称 说明
公共方法 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

页首

请参阅

参考

Microsoft.TeamFoundation.Framework.Client 命名空间