[]
Opens the selected file for reading.
public Stream OpenRead()
Public Function OpenRead() As Stream
| Type | Description |
|---|---|
| Stream | The stream of the selected file. |
In WPF partial trust it is not possible to access SelectedFile, but this method still works.