ITableEntriesSnapshot.TryGetValue(Int32, String, Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtenez les données du keyName
de l’entrée à l’adresse 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
Paramètres
- index
- Int32
Index.
- keyName
- String
- content
- Object
Contenu.
Retours
true en cas de réussite.