PropertyBag.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 接口,其中包含属性包的值。

实现

适用于