XRValue::GetValue (Compact 2013)
3/28/2014
This method in XAML for Windows Embedded has the following versions for retrieving values that have different data types.
Topic |
Description |
---|---|
Retrieves the current value from XRValue if its type can be implicitly converted to a bool. |
|
Retrieves the current value from XRValue if the value is a string type. |
|
Retrieves the current value from XRValue if its type can be implicitly converted to a COLORREF, for example, if it is a UINT or COLORREF data type. |
|
Retrieves the current value from XRValue if its type can be implicitly converted to a float. |
|
Retrieves the current value from XRValue if its type can be implicitly converted to an integer. |
|
Retrieves the current value from XRValue if its value type is VTYPE_OBJECT. |
|
Retrieves the current value from XRValue if its value type is VTYPE_ENUMERABLE. |
|
Retrieves the current value from XRValue if its value type is VTYPE_PROPERTYBAG. |
|
Retrieves the current value from XRValue if its type can be implicitly converted to a UINT. |
|
Retrieves the current value from XRValue if its value type is VTYPE_CORNER_RADIUS. |
|
Retrieves the current value from XRValue if its value type is VTYPE_GRIDLENGTH. |
|
Retrieves the current value from XRValue if its value type is VTYPE_POINT. |
|
Retrieves the current value from XRValue if its value type is VTYPE_RECT. |
|
Retrieves the current value from XRValue if its value type is VTYPE_SIZE. |
|
Retrieves the current value from XRValue if its value type is VTYPE_THICKNESS. |