Partilhar via


Método PropertiesCollection.TryGetValue (String, Object%)

Namespace:  Microsoft.VisualStudio.Services.WebApi
Assembly:  Microsoft.VisualStudio.Services.WebApi (em Microsoft.VisualStudio.Services.WebApi.dll)

Sintaxe

'Declaração
Public Function TryGetValue ( _
    key As String, _
    <OutAttribute> ByRef value As Object _
) As Boolean
public bool TryGetValue(
    string key,
    out Object value
)

Parâmetros

Valor de retorno

Tipo: System.Boolean

Implementações

IDictionary<TKey, TValue>.TryGetValue(TKey, TValue%)

Segurança do .NET Framework

Consulte também

Referência

PropertiesCollection Classe

Sobrecargas TryGetValue

Namespace Microsoft.VisualStudio.Services.WebApi