ExpressionProperty<T>.GetObject(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get value as object.
public virtual object GetObject (object data);
abstract member GetObject : obj -> obj
override this.GetObject : obj -> obj
Public Overridable Function GetObject (data As Object) As Object
Parameters
- data
- Object
data to bind to.
Returns
value as object.
Implements
Remarks
Helper methods which allows you to work with the expression property values as purely objects.