HttpApplicationStateBase.GetKey(Int32) Méthode

Définition

En cas de substitution dans une classe dérivée, obtient le nom d’un objet d’état par index.

public:
 virtual System::String ^ GetKey(int index);
public virtual string GetKey (int index);
abstract member GetKey : int -> string
override this.GetKey : int -> string
Public Overridable 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

S’applique à