'Declaration
Public Function TryGet( _ ByVal key As String, _ ByRef value As IStorageProvider _ ) As Boolean
public bool TryGet( string key, out IStorageProvider value )
Parameters
- key
- The item key.
- value
- The item
Return Value
true if contains an element with the specified key; otherwise, false.