DataBindingProfile.ValueToKeypath Struct
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.
A mapping from a datum to a keypath. The datum can be a numeric value that is provided as a string, and it will properly map to a numeric value from the actual data source.
C#
[System.Serializable]
public struct DataBindingProfile.ValueToKeypath
[<System.Serializable>]
type DataBindingProfile.ValueToKeypath = struct
Public Structure DataBindingProfile.ValueToKeypath
- Inheritance
-
DataBindingProfile.ValueToKeypath
- Attributes
Keypath |
Relative or absolute theme keypath that is used to retrieve the desired object. |
Value |
Value from the data source to be mapped to an object. |
منتج | الإصدارات |
---|---|
MRTK3 Core Definitions | 3.0, 3.1, 3.2 |