TeamFoundationBaseRegistryService.GetValue Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
|
GetValue<T>(TeamFoundationRequestContext, String) |
Retrieves the value for the specified path, converted to the type specified by T. |
|
GetValue(TeamFoundationRequestContext, String) |
Retrieves the value for the specified path. |
|
GetValue(TeamFoundationRequestContext, Identity, String) |
|
|
GetValue<T>(TeamFoundationRequestContext, Identity, String) |
|
|
GetValue(TeamFoundationRequestContext, Guid, String) |
|
|
GetValue<T>(TeamFoundationRequestContext, Guid, String) |
|
|
GetValue<T>(TeamFoundationRequestContext, String, T) |
Retrieves the value for the specified path, converted to the type specified by T. |
|
GetValue<T>(TeamFoundationRequestContext, Identity, String, T) |
|
|
GetValue<T>(TeamFoundationRequestContext, Guid, String, T) |
|
|
GetValue(TeamFoundationRequestContext, String, Boolean, String) |
GetValue will return the value for the specified path as a string. |
|
GetValue<T>(TeamFoundationRequestContext, String, Boolean, T) |
GetValue<T>() will retrieve the value for the specified path. It will then be converted to the type specified by 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) |
|
Top
See Also
Reference
TeamFoundationBaseRegistryService Class
Microsoft.TeamFoundation.Framework.Server Namespace