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

要取得之應用程式狀態物件的索引。

傳回

應用程式狀態物件的名稱。

例外狀況

適用於