IsolatedStorageFileStream.SafeFileHandle Właściwość
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
SafeFileHandle Pobiera obiekt reprezentujący uchwyt pliku systemu operacyjnego dla pliku, który jest hermetyzowany przez bieżący IsolatedStorageFileStream obiekt.
public:
virtual property Microsoft::Win32::SafeHandles::SafeFileHandle ^ SafeFileHandle { Microsoft::Win32::SafeHandles::SafeFileHandle ^ get(); };
public override Microsoft.Win32.SafeHandles.SafeFileHandle SafeFileHandle { get; }
public override Microsoft.Win32.SafeHandles.SafeFileHandle SafeFileHandle { [System.Security.SecurityCritical] get; }
member this.SafeFileHandle : Microsoft.Win32.SafeHandles.SafeFileHandle
[<get: System.Security.SecurityCritical>]
member this.SafeFileHandle : Microsoft.Win32.SafeHandles.SafeFileHandle
Public Overrides ReadOnly Property SafeFileHandle As SafeFileHandle
Wartość właściwości
SafeFileHandle Obiekt reprezentujący uchwyt pliku systemu operacyjnego dla pliku, który jest hermetyzowany przez bieżący IsolatedStorageFileStream obiekt.
- Atrybuty
Wyjątki
Właściwość SafeFileHandle zawsze generuje ten wyjątek.
Uwagi
Właściwość nie jest obsługiwana SafeFileHandle i zawsze generuje IsolatedStorageException wyjątek.