HttpApplicationStateBase.AllKeys 属性

定义

当在派生类中重写时,获取集合中对象的访问键。

public:
 virtual property cli::array <System::String ^> ^ AllKeys { cli::array <System::String ^> ^ get(); };
public virtual string[] AllKeys { get; }
member this.AllKeys : string[]
Public Overridable ReadOnly Property AllKeys As String()

属性值

String[]

状态对象键的数组。

例外

适用于