Gets the DataFile selected by the user in the dialog. This property is used after the ShowOpen method has been called to retrieve the filename specified by the user.
If ShowOpen was used and isMultiSelectEnabled is true, then this property will only display the first DataFile selected and the dataFiles property should be used instead to retrieved the full list. If ShowSave was used, then only a single DataFile is ever returned.
"cloudFileDialog_var" is a variable referencing a CloudFileDialog object.
|
"cloudFileDialog_var" is a variable referencing a CloudFileDialog object.
|