HttpFileCollectionWrapper.GetKey(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.
Obtient le nom du fichier objet publié à l’index spécifié.
public:
override System::String ^ GetKey(int index);
public override string GetKey (int index);
override this.GetKey : int -> string
Public Overrides Function GetKey (index As Integer) As String
Paramètres
- index
- Int32
Index du nom d’objet à retourner.
Retours
Nom du fichier objet publié qui est spécifié par index
.
Exceptions
index
est en dehors de la plage valide des index pour la collection.