HttpFileCollectionWrapper.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

屬性值

一個包含該集合中所有鍵的集合。

適用於