ITableEntriesSnapshot.TryGetValue(Int32, String, Object) 方法

定义

获取 处index条目的 的数据keyName

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

参数

index
Int32

索引。

keyName
String
content
Object

内容。

返回

如果成功,则为 true。

适用于