FileDialogSelectedItems.Item(Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Renvoie une valeur de type String qui correspond au chemin d’accès d’un des fichiers sélectionnés par l’utilisateur dans une boîte de dialogue de fichier affichée à l’aide de la Show() méthode de l’objet 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
Paramètres
- Index
- Int32
Argument de type Integer obligatoire. Numéro d’index de la chaîne à retourner.