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 可能会由于访问基础接口时出错而引发异常。

适用于