次の方法で共有


PropertyDescriptorCollection.Contains メソッド

指定した PropertyDescriptor がコレクションに格納されているかどうかを示す値を返します。

Public Function Contains( _
   ByVal value As PropertyDescriptor _) As Boolean
[C#]
public bool Contains(PropertyDescriptorvalue);
[C++]
public: bool Contains(PropertyDescriptor* value);
[JScript]
public function Contains(
   value : PropertyDescriptor) : Boolean;

パラメータ

戻り値

指定した PropertyDescriptor がコレクションに格納されている場合は true 。それ以外の場合は false

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET

参照

PropertyDescriptorCollection クラス | PropertyDescriptorCollection メンバ | System.ComponentModel 名前空間