PropertiesCollection.TryGetValue 方法 (String, Object%)

命名空间:  Microsoft.VisualStudio.Services.WebApi
程序集:  Microsoft.VisualStudio.Services.WebApi(在 Microsoft.VisualStudio.Services.WebApi.dll 中)

语法

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

参数

返回值

类型:System.Boolean

实现

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

.NET Framework 安全性

请参阅

参考

PropertiesCollection 类

TryGetValue 重载

Microsoft.VisualStudio.Services.WebApi 命名空间