PropertyDescriptorCollection.Contains(PropertyDescriptor) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回集合是否包含给定的 PropertyDescriptor。
public:
bool Contains(System::ComponentModel::PropertyDescriptor ^ value);
public bool Contains (System.ComponentModel.PropertyDescriptor value);
member this.Contains : System.ComponentModel.PropertyDescriptor -> bool
Public Function Contains (value As PropertyDescriptor) As Boolean
参数
- value
- PropertyDescriptor
要在集合中查找的 PropertyDescriptor。
返回
如果该集合包含给定的 PropertyDescriptor,则为 true
;否则为 false
。