  | VistaSaveFileDialogOpenFile Method  | 
 
            Opens the file with read/write permission selected by the user.
            
 
    Namespace: 
   Ookii.Dialogs.Wpf
    Assembly:
   Ookii.Dialogs.Wpf (in Ookii.Dialogs.Wpf.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxPublic Function OpenFile As Stream
public:
Stream^ OpenFile()
member OpenFile : unit -> Stream 
Return Value
Type: 
StreamThe read/write file selected by the user.
Exceptions
See Also