TableEntriesSnapshotBase.TryGetValue(Int32, String, Object) Method

Definition

Get the data for the keyName of the entry at index.

public:
 virtual bool TryGetValue(int index, System::String ^ keyName, [Runtime::InteropServices::Out] System::Object ^ % content);
public virtual bool TryGetValue (int index, string keyName, out object content);
abstract member TryGetValue : int * string * obj -> bool
override this.TryGetValue : int * string * obj -> bool
Public Overridable 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.

Implements

Applies to