ItemCollection<T>.TryGetValue, méthode
Espace de noms : Microsoft.TeamFoundation.Warehouse
Assembly : Microsoft.TeamFoundation.Warehouse (dans Microsoft.TeamFoundation.Warehouse.dll)
Syntaxe
'Déclaration
Public Function TryGetValue ( _
name As String, _
<OutAttribute> ByRef item As T _
) As Boolean
public bool TryGetValue(
string name,
out T item
)
Paramètres
- name
Type : System.String
- item
Type : T%
Valeur de retour
Type : System.Boolean
retourne Boolean ;
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.