HttpApplicationStateWrapper.GetKey(Int32) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
インデックスによって状態オブジェクトの名前を返します。
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 がコレクションの有効なインデックスの範囲外です。