FileDialogSelectedItems.Item(Int32) Method
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 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.