XmlnsDictionary.Keys 屬性

定義

取得 XmlnsDictionary 中所有索引鍵的集合。

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

屬性值

取得字典中所有索引鍵的集合。

實作

適用於