ITableEntriesSnapshot.TryGetValue(Int32, String, Object) Method

Definition

Get the data for the columnName 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.

Applies to