Partilhar via


Método BuildParameter.GetValue<T> (String, T)

Namespace:  Microsoft.TeamFoundation.Build.Common
Assembly:  Microsoft.TeamFoundation.Build.Common (em Microsoft.TeamFoundation.Build.Common.dll)

Sintaxe

'Declaração
Public Function GetValue(Of T) ( _
    path As String, _
    value As T _
) As T
public T GetValue<T>(
    string path,
    T value
)

Parâmetros de tipo

  • T

Parâmetros

  • value
    Tipo: T

Valor de retorno

Tipo: T
Retorna IDictionary<TKey, TValue>.

Segurança do .NET Framework

Consulte também

Referência

BuildParameter Classe

Sobrecargas GetValue

Namespace Microsoft.TeamFoundation.Build.Common