Requests the hosting application to bind the target object/property to the Value or IVqt interface of the specified Point.
BindingExpressionBase BindToPoint(
DependencyObject targetObject,
DependencyProperty targetProperty,
string pointName,
bool asVqt,
BindingMode bindingMode = BindingMode.OneWay,
UpdateSourceTrigger updateSourceTrigger = UpdateSourceTrigger.Default
)
Parameters
- targetObject
-
Type: DependencyObject
The object to bind.
- targetProperty
-
Type: DependencyProperty
The property of the object to bind.
- pointName
-
Type: string
The name of the DataHub Point.
- asVqt
-
Type: bool
True to bind to the DataHub Point IVqt interface. False to bind the DataHub Point Value.
- bindingMode
-
Type: BindingMode
- updateSourceTrigger
-
Type: UpdateSourceTrigger
