IsolatedStorageFile.GetUserStoreForSite Methode

Definition

Ruft einen isolierten Speicher mit benutzerbezogenem Gültigkeitsbereich für die Verwendung durch Anwendungen in einer virtuellen Hostdomäne ab.

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

Gibt zurück

Die isolierte Speicherdatei, die dem Gültigkeitsbereich des isolierten Speichers auf Grundlage der Anwendungsidentität des aufrufenden Codes entspricht.

Attribute

Hinweise

Diese Methode wird nur in Silverlight-basierten Anwendungen unterstützt.

Gilt für:

Weitere Informationen