HttpApplicationStateBase.GetKey(Int32) 方法

定义

当在派生类中重写时,按取索引获取状态对象的名称。

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

参数

index
Int32

要获取的应用程序状态对象的索引。

返回

String

应用程序状态对象的名称。

例外

适用于