ExtractValue Method
Gets a value from an object that may be a BindingNotification.
Definition
Namespace: Avalonia.Data
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public static Object? ExtractValue(
Object? o
)
Public Shared Function ExtractValue (
o As Object
) As Object
static member ExtractValue :
o : Object -> Object
Parameters
- Object
- The object.
Return Value
Object
The value.
Remarks
If o is a BindingNotification then returns the binding notification's Value. If not, returns the object unchanged.