AutoCompleteBoxBindingEvaluatorTGetDynamicValue(Object, Boolean) Method
Updates the data context of the framework element and returns the
updated binding value.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public T GetDynamicValue(
Object o,
bool clearDataContext
)
Public Function GetDynamicValue (
o As Object,
clearDataContext As Boolean
) As T
member GetDynamicValue :
o : Object *
clearDataContext : bool -> 'T
- o Object
- The object to use as the data context.
- clearDataContext Boolean
- If set to true, this parameter will
clear the data context immediately after retrieving the value.
TReturns the evaluated T value of the bound dependency
property.