Compartilhar via


ITableEntriesSnapshot.TryGetValue(Int32, String, Object) Método

Definição

Obtenha os dados da keyName entrada em 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

Parâmetros

index
Int32

O índice.

keyName
String
content
Object

O conteúdo.

Retornos

true se tiver êxito.

Aplica-se a