TableEntriesSnapshotBase.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:
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.