ASP.NET Web API コントロール
GetProvider メソッド

C1.Web.Api アセンブリ > C1.Web.Api.Storage 名前空間 > StorageProviderManager クラス : GetProvider メソッド
パス。
IStorageProvider のキー。
IStorageProviderのキーを含まないストレージ名。
指定されたパスのIStorageProviderを取得します。
シンタックス
'宣言
 
Public Function GetProvider( _
   ByVal path As System.String, _
   ByRef key As System.String, _
   ByRef storageName As System.String _
) As IStorageProvider
public IStorageProvider GetProvider( 
   System.string path,
   out System.string key,
   out System.string storageName
)

パラメータ

path
パス。
key
IStorageProvider のキー。
storageName
IStorageProviderのキーを含まないストレージ名。

戻り値の型

一致するIStorageProvider
参照

StorageProviderManager クラス
StorageProviderManager メンバ