IsolatedStorageFile.GetUserStoreForSite 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得使用者範圍隔離儲存區,以供虛擬主應用程式定義域中的應用程式使用。
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 型應用程式中才支援此方法。