PropertyDescriptorCollection.Contains(PropertyDescriptor) 方法

定义

返回集合是否包含给定的 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

适用于