ITeamFoundationRegistryService.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
Name | Description | |
---|---|---|
GetValue(TeamFoundationRequestContext, String) | Retrieves the value for the specified path. | |
GetValue<T>(TeamFoundationRequestContext, String, T) | GetValue&lt;T&gt;() will retrieve the value for the specified path. It will then be converted to the type specified by T. | |
GetValue<T>(TeamFoundationRequestContext, String, Boolean, T) | GetValue&lt;T&gt;() will retrieve the value for the specified path. It will then be converted to the type specified by T. |
Top