FileDialogSelectedItems.Item(Int32) Method

Definition

Returns a String that corresponds to the path of one of the files that the user selected from a file dialog box that was displayed using the Show() method of the FileDialog object.

public:
 System::String ^ Item(int Index);
public string Item (int Index);
abstract member Item : int -> string
Public Function Item (Index As Integer) As String

Parameters

Index
Int32

Required Integer. The index number of the string to be returned.

Returns

Applies to