IsolatedStorageFileStream.SafeFileHandle Właściwość

Definicja

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.

Dotyczy