FileDialogSelectedItems.Item(Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回一个 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
必需 整数。 要返回的字符串的索引号。