Partilhar via


Método PropertiesCollection.TryGetValue<T> (String, T%)

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

Sintaxe

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

Parâmetros de tipo

  • T

Parâmetros

  • value
    Tipo: T%

Valor de retorno

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

PropertiesCollection Classe

Sobrecargas TryGetValue

Namespace Microsoft.VisualStudio.Services.WebApi