HttpApplicationStateWrapper.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 d’un objet d’état par index.
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 de l’objet d’état d’application à obtenir.
Retours
Nom de l’objet d’état d’application.
Exceptions
index est en dehors de la plage valide des index pour la collection.