Compartir a través de


SfcCollatedDictionaryCollection<T, K, ParentT>.TryGetValue Método

Gets the value associated with the specified key.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Public Function TryGetValue ( _
    key As K, _
    <OutAttribute> ByRef obj As T _
) As Boolean
'Uso
Dim instance As SfcCollatedDictionaryCollection 
Dim key As K
Dim obj As T
Dim returnValue As Boolean 

returnValue = instance.TryGetValue(key, _
    obj)
public bool TryGetValue(
    K key,
    out T obj
)
public:
bool TryGetValue(
    K key, 
    [OutAttribute] T% obj
)
member TryGetValue : 
        key:'K * 
        obj:'T byref -> bool
public function TryGetValue(
    key : K, 
    obj : T
) : boolean

Parámetros

  • key
    Tipo: K
    The key of the value to get.
  • obj
    Tipo: 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.

Valor devuelto

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

Vea también

Referencia

SfcCollatedDictionaryCollection<T, K, ParentT> Clase

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc