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

傳回

隔離儲存區檔案,這個檔案對應於以呼叫程式碼的應用程式識別為基礎的隔離儲存區範圍。

屬性

備註

只有在 Silverlight 型應用程式中才支援這個方法。

適用於

另請參閱