BuildParameter.GetValue<T>, méthode (String, T)
Espace de noms : Microsoft.TeamFoundation.Build.Common
Assembly : Microsoft.TeamFoundation.Build.Common (dans Microsoft.TeamFoundation.Build.Common.dll)
Syntaxe
'Déclaration
Public Function GetValue(Of T) ( _
path As String, _
value As T _
) As T
public T GetValue<T>(
string path,
T value
)
Paramètres de type
- T
Paramètres
- path
Type : System.String
- value
Type : T
Valeur de retour
Type : T
retourne IDictionary<TKey, TValue> ;
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.