Share via


PropertyMap.Keys 屬性

定義

取得 ICollection 物件,其中包含 PropertyMap 集合中的屬性名稱。

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

屬性值

ICollection

ICollection 物件,其中包含 PropertyMap 集合中的屬性名稱。

適用於

另請參閱