IsolatedStorageFile.GetUserStoreForSite Metoda

Definicja

Uzyskuje izolowany magazyn o zakresie użytkownika do użycia przez aplikacje w domenie hosta wirtualnego.

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

Zwraca

Izolowany plik magazynu, który odpowiada izolowanemu zakresowi magazynu na podstawie tożsamości aplikacji wywołującego kodu.

Atrybuty

Uwagi

Ta metoda jest obsługiwana tylko w aplikacjach opartych na technologii Silverlight.

Dotyczy

Zobacz też