HttpApplicationStateBase.GetKey(Int32) Método

Definição

Quando substituída em uma classe derivada, obtém o nome de um objeto de estado por índice.

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

Parâmetros

index
Int32

O índice do objeto de estado do aplicativo a obter.

Retornos

String

O nome do objeto de estado do aplicativo.

Exceções

Aplica-se a