Condividi tramite


ITableEntriesSnapshot.TryGetValue(Int32, String, Object) Metodo

Definizione

Ottenere i dati per l'elemento keyName della voce in index.

public:
 bool TryGetValue(int index, System::String ^ keyName, [Runtime::InteropServices::Out] System::Object ^ % content);
public bool TryGetValue (int index, string keyName, out object content);
abstract member TryGetValue : int * string * obj -> bool
Public Function TryGetValue (index As Integer, keyName As String, ByRef content As Object) As Boolean

Parametri

index
Int32

Indice.

keyName
String
content
Object

Il contenuto.

Restituisce

true se ha esito positivo.

Si applica a