ITableEntriesSnapshot.TryGetValue(Int32, String, Object) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Obtenga los datos de de keyName
la entrada en 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
Índice.
- keyName
- String
- content
- Object
Contenido.
Devoluciones
True si se ejecuta correctamente.