HttpApplicationStateWrapper.Keys 属性

定义

获取包含 NameObjectCollectionBase.KeysCollection 实例中所有键的 HttpApplicationStateWrapper 实例。

public:
 virtual property System::Collections::Specialized::NameObjectCollectionBase::KeysCollection ^ Keys { System::Collections::Specialized::NameObjectCollectionBase::KeysCollection ^ get(); };
public override System.Collections.Specialized.NameObjectCollectionBase.KeysCollection Keys { get; }
member this.Keys : System.Collections.Specialized.NameObjectCollectionBase.KeysCollection
Public Overrides ReadOnly Property Keys As NameObjectCollectionBase.KeysCollection

属性值

集合中所有键的集合。

适用于