PropertyMap.Values 属性

定义

获取包含 PropertyMap 集合中的属性转换器的 ICollection

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

属性值

包含 PropertyMap 集合中的属性转换器的 ICollection

适用于

另请参阅