ITableEntriesSnapshot.TryGetValue(Int32, String, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the data for the keyName
of the entry at 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
Parameters
- index
- Int32
The index.
- keyName
- String
- content
- Object
The content.
Returns
true if successful.