ExtraDataDictionary.TryGetValue Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
TryGetValue(ReadOnlySpan<Byte>, BinaryData)
- Source:
- ExtraDataDictionary.cs
public bool TryGetValue(ReadOnlySpan<byte> key, out BinaryData value);
member this.TryGetValue : ReadOnlySpan<byte> * BinaryData -> bool
Public Function TryGetValue (key As ReadOnlySpan(Of Byte), ByRef value As BinaryData) As Boolean
Parameters
- key
- ReadOnlySpan<Byte>
- value
- BinaryData
Returns
Applies to
TryGetValue(String, BinaryData)
- Source:
- ExtraDataDictionary.cs
public bool TryGetValue(string key, out BinaryData value);
abstract member TryGetValue : string * BinaryData -> bool
override this.TryGetValue : string * BinaryData -> bool
Public Function TryGetValue (key As String, ByRef value As BinaryData) As Boolean
Parameters
- key
- String
- value
- BinaryData