FileDialog.SelectedItems 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.
Returns a FileDialogSelectedItems collection.
public:
property Microsoft::Office::Core::FileDialogSelectedItems ^ SelectedItems { Microsoft::Office::Core::FileDialogSelectedItems ^ get(); };
public Microsoft.Office.Core.FileDialogSelectedItems SelectedItems { get; }
member this.SelectedItems : Microsoft.Office.Core.FileDialogSelectedItems
Public ReadOnly Property SelectedItems As FileDialogSelectedItems
Property Value
Remarks
This collection contains a list of the paths of the files that a user selected from a file dialog box displayed using the Show() method of the FileDialog object.