ITableEntriesSnapshot.TryGetValue(Int32, String, Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 处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。