ComponentDesigner.ShadowPropertyCollection.Contains メソッドとは何? わかりやすく解説 Weblio辞書 (original) (raw)
指定した名前と一致するプロパティがコレクション内にあるかどうかを示します。
名前空間: System.ComponentModel.Design
アセンブリ: System.Design (system.design.dll 内)
構文
Public Function Contains ( _ propertyName As String _ ) As Boolean
Dim instance As ShadowPropertyCollection Dim propertyName As String Dim returnValue As Boolean
returnValue = instance.Contains(propertyName)
public bool Contains ( string propertyName )
public: bool Contains ( String^ propertyName )
public boolean Contains ( String propertyName )
public function Contains ( propertyName : String ) : boolean
propertyName
戻り値
プロパティがコレクション内にある場合は **true**。それ以外の場合は **false**。
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
.NET Framework
サポート対象 : 2.0、1.1、1.0
関連項目
ComponentDesigner.ShadowPropertyCollection クラス
ComponentDesigner.ShadowPropertyCollection メンバ
System.ComponentModel.Design 名前空間