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
超出了集合的有效索引范围。