ITableEntry.TryGetValue(String, Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
如果這個專案具有與) 相關聯的數據,請取得與指定數據行相關聯的 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。