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

适用于

另请参阅