Partager via


PropertiesCollection.TryGetValue<T>, méthode (String, T%)

Espace de noms :  Microsoft.VisualStudio.Services.WebApi
Assembly :  Microsoft.VisualStudio.Services.WebApi (dans Microsoft.VisualStudio.Services.WebApi.dll)

Syntaxe

'Déclaration
Public Function TryGetValue(Of T) ( _
    key As String, _
    <OutAttribute> ByRef value As T _
) As Boolean
public bool TryGetValue<T>(
    string key,
    out T value
)

Paramètres de type

  • T

Paramètres

  • value
    Type : T%

Valeur de retour

Type : System.Boolean

Sécurité .NET Framework

Voir aussi

Référence

PropertiesCollection Classe

TryGetValue, surcharge

Microsoft.VisualStudio.Services.WebApi, espace de noms