共用方式為


ITableEntry.TryGetValue(String, Object) 方法

定義

如果這個專案具有與) 相關聯的數據,請取得與指定數據行相關聯的 keyName 數據 (。

public:
 bool TryGetValue(System::String ^ keyName, [Runtime::InteropServices::Out] System::Object ^ % content);
bool TryGetValue(std::wstring const & keyName, [Runtime::InteropServices::Out] winrt::Windows::Foundation::IInspectable const & & content);
public bool TryGetValue (string keyName, out object content);
abstract member TryGetValue : string * obj -> bool
Public Function TryGetValue (keyName As String, ByRef content As Object) As Boolean

參數

keyName
String

索引鍵名稱。

content
Object

內容。

傳回

如果專案具有與數據行相關聯的數據,則為 true。

備註

keyName會使用區分大小寫的比較來比較 s。

適用於