IsolatedStorageFile.GetUserStoreForSite メソッド

定義

仮想ホスト ドメイン内のアプリケーションで使用する、ユーザー スコープの分離ストアを取得します。

public:
 static System::IO::IsolatedStorage::IsolatedStorageFile ^ GetUserStoreForSite();
public static System.IO.IsolatedStorage.IsolatedStorageFile GetUserStoreForSite();
[System.Runtime.InteropServices.ComVisible(false)]
public static System.IO.IsolatedStorage.IsolatedStorageFile GetUserStoreForSite();
static member GetUserStoreForSite : unit -> System.IO.IsolatedStorage.IsolatedStorageFile
[<System.Runtime.InteropServices.ComVisible(false)>]
static member GetUserStoreForSite : unit -> System.IO.IsolatedStorage.IsolatedStorageFile
Public Shared Function GetUserStoreForSite () As IsolatedStorageFile

返品

呼び出し元のコードのアプリケーション ID に基づいて分離ストレージ スコープに対応する分離ストレージ ファイル。

属性

注釈

この方法は、Silverlight ベースのアプリケーションでのみサポートされます。

適用対象

こちらもご覧ください