Freigeben über


SfcCollatedDictionaryCollection<T, K, ParentT>.TryGetValue-Methode

Gets the value associated with the specified key.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Function TryGetValue ( _
    key As K, _
    <OutAttribute> ByRef obj As T _
) As Boolean
'Usage
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

Parameter

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

Rückgabewert

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

Siehe auch

Verweis

SfcCollatedDictionaryCollection<T, K, ParentT> Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace