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.
Retourne le nom de l’objet de fichier 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 de l’objet à retourner.
Retours
Nom de l’objet de fichier publié spécifié par index.
Exceptions
index est en dehors de la plage valide d’index pour la collection.