次の方法で共有


ComponentDesigner.ShadowPropertyCollection.Contains メソッド

指定した名前と一致するプロパティがコレクション内にあるかどうかを示します。

Public Function Contains( _
   ByVal propertyName As String _) As Boolean
[C#]
public bool Contains(stringpropertyName);
[C++]
public: bool Contains(String* propertyName);
[JScript]
public function Contains(
   propertyName : String) : Boolean;

パラメータ

  • propertyName
    コレクション内にあるかどうかを調べるプロパティの名前。

戻り値

プロパティがコレクション内にある場合は true 。それ以外の場合は false

必要条件

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

.NET Framework セキュリティ:

参照

ComponentDesigner.ShadowPropertyCollection クラス | ComponentDesigner.ShadowPropertyCollection メンバ | System.ComponentModel.Design 名前空間