Freigeben über


PropertiesCollection.TryGetValue<T>-Methode (String, T%)

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

Syntax

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

Typparameter

  • T

Parameter

  • value
    Typ: T%

Rückgabewert

Typ: System.Boolean

.NET Framework-Sicherheit

Siehe auch

Referenz

PropertiesCollection Klasse

TryGetValue-Überladung

Microsoft.VisualStudio.Services.WebApi-Namespace