共用方式為


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。

適用於