FileDialog.SelectedItems Property

Definition

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.

Applies to