IsolatedStorageFile.GetUserStoreForSite Methode

Definition

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

public:
 static System::IO::IsolatedStorage::IsolatedStorageFile ^ GetUserStoreForSite();
[System.Runtime.InteropServices.ComVisible(false)]
public static System.IO.IsolatedStorage.IsolatedStorageFile GetUserStoreForSite();
public static System.IO.IsolatedStorage.IsolatedStorageFile GetUserStoreForSite();
[<System.Runtime.InteropServices.ComVisible(false)>]
static member GetUserStoreForSite : unit -> System.IO.IsolatedStorage.IsolatedStorageFile
static member GetUserStoreForSite : unit -> System.IO.IsolatedStorage.IsolatedStorageFile
Public Shared Function GetUserStoreForSite () As IsolatedStorageFile

Gibt zurück

Die isolierte Speicherdatei, die dem isolierten Speicherbereich entspricht, basierend auf der Anwendungsidentität des aufrufenden Codes.

Attribute

Hinweise

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

Gilt für:

Weitere Informationen