SqliteConnectionStringBuilder.TryGetValue(String, Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
如果使用指定的索引鍵,則取得其值。
public override bool TryGetValue(string keyword, out object value);
public override bool TryGetValue(string keyword, out object? value);
override this.TryGetValue : string * obj -> bool
Public Overrides Function TryGetValue (keyword As String, ByRef value As Object) As Boolean
參數
- keyword
- String
索引鍵。
- value
- Object
數值。
傳回
true 如果使用金鑰,則為 ;否則為 false 。