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

  Name Description
Public method GetValue(TeamFoundationRequestContext, String) Retrieves the value for the specified path.
Public method GetValue<T>(TeamFoundationRequestContext, String) Retrieves the value for the specified path, converted to the type specified by T.
Public method GetValue<T>(TeamFoundationRequestContext, TeamFoundationIdentity, String)
Public method GetValue(TeamFoundationRequestContext, TeamFoundationIdentity, String)
Public method GetValue(TeamFoundationRequestContext, Guid, String)
Public method GetValue<T>(TeamFoundationRequestContext, Guid, String)
Public method GetValue<T>(TeamFoundationRequestContext, String, T) Retrieves the value for the specified path, converted to the type specified by T.
Public method GetValue<T>(TeamFoundationRequestContext, TeamFoundationIdentity, String, T)
Public method GetValue<T>(TeamFoundationRequestContext, Guid, String, T)
Public method GetValue(TeamFoundationRequestContext, String, Boolean, String) GetValue will return the value for the specified path as a string.
Public method 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.
Public method GetValue(TeamFoundationRequestContext, TeamFoundationIdentity, String, Boolean, String)
Public method GetValue<T>(TeamFoundationRequestContext, TeamFoundationIdentity, String, Boolean, T)
Public method GetValue(TeamFoundationRequestContext, Guid, String, Boolean, String)
Public method GetValue<T>(TeamFoundationRequestContext, Guid, String, Boolean, T)

Top

See Also

Reference

TeamFoundationBaseRegistryService Class

Microsoft.TeamFoundation.Framework.Server Namespace