Udostępnij za pośrednictwem


ITableEntriesSnapshot.TryGetValue(Int32, String, Object) Metoda

Definicja

Pobierz dane dla keyName wpisu pod adresem 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

Parametry

index
Int32

Indeks.

keyName
String
content
Object

Zawartość.

Zwraca

wartość true, jeśli operacja zakończyła się pomyślnie.

Dotyczy