PropertyCollection.PropertyNames 属性

定义

获取此集合中属性的名称。

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

属性值

ICollection

一个 ICollection 对象,包含此集合中属性的名称。

注解

访问属性的成员 PropertyNames 时, COMException 可能会由于访问基础接口时出错而引发 a。

适用于