ControlDesigner.IsPropertyBound(String) メソッド

定義

注意事項

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(System::String ^ propName);
public bool IsPropertyBound (string propName);
[System.Obsolete("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);
member this.IsPropertyBound : string -> bool
[<System.Obsolete("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")>]
member this.IsPropertyBound : string -> bool
Public Function IsPropertyBound (propName As String) As Boolean

パラメーター

propName
String

データ バインドを確認するプロパティ。

戻り値

Boolean

プロパティがデータ バインドされている場合は true。それ以外の場合は false

属性

注釈

注意

このメソッドは IsPropertyBound 廃止されています。 同等の Contains コントロール デザイナー機能には、プロパティの DataBindings メソッドを使用します。

適用対象

こちらもご覧ください