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