IsolatedStorageFileStream.SafeFileHandle Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a SafeFileHandle object that represents the operating system file handle for the file that the current IsolatedStorageFileStream object encapsulates.
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
Property Value
A SafeFileHandle object that represents the operating system file handle for the file that the current IsolatedStorageFileStream object encapsulates.
- Attributes
Exceptions
The SafeFileHandle property always generates this exception.
Remarks
The SafeFileHandle property is not supported and always generates an IsolatedStorageException exception.