FileDialogSelectedItems.Item(Int32) 方法

定义

返回一个 String 类型的 值,该字符串对应于用户使用 对象的 方法从文件对话框中 Show() 选择的文件之 FileDialog 一的路径。

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

参数

Index
Int32

必需 整数。 要返回的字符串的索引号。

返回

适用于