TeamFoundationBaseRegistryService.GetValue 方法

包括受保护的成员
包括继承的成员

重载此成员。有关此成员的完整信息(包括语法、用法和示例),请单击重载列表中的相应名称。

重载列表 

  名称 说明
公共方法 GetValue<T>(TeamFoundationRequestContext, String) 检索指定路径的值,会转换为 T. 指定的类型。
公共方法 GetValue(TeamFoundationRequestContext, String) 检索指定路径的值。
公共方法 GetValue(TeamFoundationRequestContext, Identity, String)
公共方法 GetValue<T>(TeamFoundationRequestContext, Identity, String)
公共方法 GetValue(TeamFoundationRequestContext, Guid, String)
公共方法 GetValue<T>(TeamFoundationRequestContext, Guid, String)
公共方法 GetValue<T>(TeamFoundationRequestContext, String, T) 检索指定路径的值,会转换为 T. 指定的类型。
公共方法 GetValue<T>(TeamFoundationRequestContext, Identity, String, T)
公共方法 GetValue<T>(TeamFoundationRequestContext, Guid, String, T)
公共方法 GetValue(TeamFoundationRequestContext, String, Boolean, String) GetValue 将返回指定路径的值作为字符串。
公共方法 GetValue<T>(TeamFoundationRequestContext, String, Boolean, T) GetValue<T>() 将检索指定路径的值。 然后它将转换为 T. 指定的类型。
公共方法 GetValue(TeamFoundationRequestContext, Identity, String, Boolean, String)
公共方法 GetValue<T>(TeamFoundationRequestContext, Identity, String, Boolean, T)
公共方法 GetValue(TeamFoundationRequestContext, Guid, String, Boolean, String)
公共方法 GetValue<T>(TeamFoundationRequestContext, Guid, String, Boolean, T)

页首

请参阅

参考

TeamFoundationBaseRegistryService 类

Microsoft.TeamFoundation.Framework.Server 命名空间