HttpApplicationStateWrapper.GetKey(Int32) メソッド

定義

インデックスによって状態オブジェクトの名前を返します。

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

パラメーター

index
Int32

取得するアプリケーション状態オブジェクトのインデックス。

返品

アプリケーション状態オブジェクトの名前。

例外

index がコレクションの有効なインデックスの範囲外です。

適用対象