BuildParameter.GetValue<T> Method (String)
Namespace: Microsoft.TeamFoundation.Build.Common
Assembly: Microsoft.TeamFoundation.Build.Common (in Microsoft.TeamFoundation.Build.Common.dll)
Syntax
'Declaration
Public Function GetValue(Of T) ( _
path As String _
) As T
public T GetValue<T>(
string path
)
public:
generic<typename T>
T GetValue(
String^ path
)
member GetValue :
path:string -> 'T
JScript does not support generic types or methods.
Type Parameters
- T
Parameters
- path
Type: System.String
Return Value
Type: T
Returns IDictionary<TKey, TValue>.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.