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 集合的属性名称 PropertyMap 的对象。

适用于

另请参阅