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 ベースのアプリケーションでのみサポートされています。

適用対象

こちらもご覧ください