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

屬性值

NameObjectCollectionBase.KeysCollection A 包含集合中所有鍵。 欲了解更多相關NameObjectCollectionBase資訊,請參閱 Microsoft .NET Framework SDK 文件中的「NameObjectCollectionBase 類別」。

適用於