PropertyCollection.Values 属性
定义
获取此集合中属性的值。Gets the values of the properties in this collection.
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,它包含此集合中属性的值。An ICollection that contains the values of the properties in this collection.
实现
注解
访问属性的成员时 Values , COMException 由于访问基础接口时出错,可能会引发异常。When accessing members of the Values property, a COMException exception might be thrown due to an error while accessing the underlying interface.