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 物件,包含這個集合中的屬性名稱。

備註

存取屬性的成員 PropertyNames 時, COMException 可能會因為存取基礎介面時發生錯誤而擲回 。

適用於