Поделиться через


Метод SfcReferenceCollection<K, T, S>.TryGetValue

Gets the value associated with the specified key.

Пространство имен:  Microsoft.SqlServer.Management.Sdk.Sfc
Сборка:  Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Синтаксис

'Декларация
Public Function TryGetValue ( _
    key As K, _
    <OutAttribute> ByRef value As T _
) As Boolean
'Применение
Dim instance As SfcReferenceCollection 
Dim key As K
Dim value As T
Dim returnValue As Boolean 

returnValue = instance.TryGetValue(key, _
    value)
public bool TryGetValue(
    K key,
    out T value
)
public:
virtual bool TryGetValue(
    K key, 
    [OutAttribute] T% value
) sealed
abstract TryGetValue : 
        key:'K * 
        value:'T byref -> bool  
override TryGetValue : 
        key:'K * 
        value:'T byref -> bool
public final function TryGetValue(
    key : K, 
    value : T
) : boolean

Параметры

  • key
    Тип: K
    The key of the value to get.
  • value
    Тип: T%
    When this method returns, the value associated with the specified key, if the key is found; otherwise, the default value for the type of the value parameter.

Возвращаемое значение

Тип: System.Boolean
true if the collection contains an element with the specified key; otherwise, false.

Реализует

IReadOnlyDictionary<K, T>.TryGetValue(K, T%)

См. также

Справочник

SfcReferenceCollection<K, T, S> Класс

Пространство имен Microsoft.SqlServer.Management.Sdk.Sfc