IsolatedStorageFile.GetUserStoreForApplication メソッド
アセンブリ: mscorlib (mscorlib.dll 内)

Dim returnValue As IsolatedStorageFile returnValue = IsolatedStorageFile.GetUserStoreForApplication
呼び出し元のコードのアセンブリ ID に基づく分離ストレージ スコープに対応する IsolatedStorageFile オブジェクト。


アプリケーションに関連付けられたすべてのアセンブリは、このメソッドを使用するときに同じ分離ストアを使用します。
GetUserStoreForApplication は、次のコードと機能的に同等です。
GetStore(IsolatedStorageScope.Application Or IsolatedStorageScope.User, Nothing) GetStore(IsolatedStorageScope.Application | IsolatedStorageScope.User, null);
このコードでは、GetStore(IsolatedStorageScope scope, Object applicationIdentity) のapplicationIdentity パラメータは null 参照 (Visual Basic では Nothing) です。


Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- IsolatedStorageFile.GetUserStoreForApplication メソッドのページへのリンク