Style.Keys 屬性

定義

取得 NameObjectCollectionBase.KeysCollection 執行個體,其中包含 NameObjectCollectionBase 執行個體內的所有索引鍵。

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

屬性值

ICollection

NameObjectCollectionBase.KeysCollection,其中包含集合內所有索引鍵。 如需有關 NameObjectCollectionBase 的詳細資訊,請參閱 Microsoft .NET Framework SDK 文件集中的<NameObjectCollectionBase 類別>。

適用於