NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

SaveFileDialog.OpenFile

Opens the file with read/write permission selected by the user.

[Visual Basic]
Public Function OpenFile() As Stream
[C#]
public Stream OpenFile();
[C++]
public: Stream* OpenFile();
[JScript]
public function OpenFile() : Stream;

Return Value

The read/write file selected by the user.

See Also

SaveFileDialog Class | SaveFileDialog Members | System.WinForms Namespace | Stream