'Declaration
Public Function GetProvider( _ ByVal path As String, _ ByRef key As String, _ ByRef storageName As String _ ) As IStorageProvider
public IStorageProvider GetProvider( string path, out string key, out string storageName )
Parameters
- path
- The path.
- key
- The key of the IStorageProvider.
- storageName
- The storage name which doesn't include the key of the IStorageProvider.
Return Value
The matched IStorageProvider.