Freigeben über


PropertiesCollection.TryGetValue-Methode (String, Object%)

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

Syntax

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

Parameter

Rückgabewert

Typ: System.Boolean

Implementiert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

PropertiesCollection Klasse

TryGetValue-Überladung

Microsoft.VisualStudio.Services.WebApi-Namespace