PropertyCollection.Values 屬性

定義

取得這個集合中的屬性值。

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

屬性值

ICollection,包含這個集合中的屬性值。

實作

備註

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

適用於