public static Object GetValue(
Object source,
PropertyPath path
)Public Shared Function GetValue (
source As Object,
path As PropertyPath
) As Objectpublic:
static Object^ GetValue(
Object^ source,
PropertyPath^ path
)static member GetValue :
source : Object *
path : PropertyPath -> Object