ControlDesigner.IsPropertyBound メソッド
メモ : このメソッドは、互換性のために残されています。 旧式でない代替が必要な場合は、Contains を使用してください。
関連付けられているコントロールの指定されたプロパティがデータ バインドされているかどうかを示す値を取得します。 名前空間: System.Web.UI.Designアセンブリ: System.Design (system.design.dll 内)

<ObsoleteAttribute("The recommended alternative is DataBindings.Contains(string). The DataBindings collection allows more control of the databindings associated with the control. http://go.microsoft.com/fwlink/?linkid=14202")> _ Public Function IsPropertyBound ( _ propName As String _ ) As Boolean
Dim instance As ControlDesigner Dim propName As String Dim returnValue As Boolean returnValue = instance.IsPropertyBound(propName)
[ObsoleteAttribute("The recommended alternative is DataBindings.Contains(string). The DataBindings collection allows more control of the databindings associated with the control. http://go.microsoft.com/fwlink/?linkid=14202")] public bool IsPropertyBound ( string propName )
[ObsoleteAttribute(L"The recommended alternative is DataBindings.Contains(string). The DataBindings collection allows more control of the databindings associated with the control. http://go.microsoft.com/fwlink/?linkid=14202")] public: bool IsPropertyBound ( String^ propName )
/** @attribute ObsoleteAttribute("The recommended alternative is DataBindings.Contains(string). The DataBindings collection allows more control of the databindings associated with the control. http://go.microsoft.com/fwlink/?linkid=14202") */ public boolean IsPropertyBound ( String propName )
ObsoleteAttribute("The recommended alternative is DataBindings.Contains(string). The DataBindings collection allows more control of the databindings associated with the control. http://go.microsoft.com/fwlink/?linkid=14202") public function IsPropertyBound ( propName : String ) : boolean
戻り値
プロパティがデータ バインドされている場合は true。それ以外の場合は false。



Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からControlDesigner.IsPropertyBound メソッドを検索する場合は、下記のリンクをクリックしてください。

- ControlDesigner.IsPropertyBound メソッドのページへのリンク