'宣言
Public Overloads Function SetBinding( _ ByVal dp As DependencyProperty, _ ByVal path As String _ ) As BindingExpression
public BindingExpression SetBinding( DependencyProperty dp, string path )
パラメータ
- dp
- Identifies the destination property where the binding should be established.
- path
- The source property name or the path to the property used for the binding.
戻り値の型
Records the conditions of the binding. This return value can be useful for error checking.