IRehydrationContext.TryGetBytes(String, ReadOnlySequence<Byte>) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
嘗試從解除凍結內容中取得與所提供密鑰相關聯的位元組序列。
public bool TryGetBytes (string key, out System.Buffers.ReadOnlySequence<byte> value);
abstract member TryGetBytes : string * ReadOnlySequence -> bool
Public Function TryGetBytes (key As String, ByRef value As ReadOnlySequence(Of Byte)) As Boolean
參數
- key
- String
索引鍵。
- value
- ReadOnlySequence<Byte>
如果存在,則為 值。
傳回
true
如果索引鍵存在於內容中,則為 ,否則 false
為 。