[]
Gets the IStorageProvider with the specified path.
public IStorageProvider GetProvider(string path, out string key, out string storageName)
Public Function GetProvider(path As String, ByRef key As String, ByRef storageName As String) As IStorageProvider
| Type | Name | Description |
|---|---|---|
| string | path | The path. |
| string | key | The key of the IStorageProvider. |
| string | storageName | The storage name which doesn't include the key of the IStorageProvider. |
| Type | Description |
|---|---|
| IStorageProvider | The matched IStorageProvider. |