次の方法で共有


ITableEntriesSnapshot.TryGetValue(Int32, String, Object) メソッド

定義

のエントリの データ keyName を取得します index

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。

適用対象