バージョン

ResolveValueFromPropertyPath メソッド

オブジェクトのプロパティ ツリーをたどって、Address.Street1 または Items[FirstName] などのプロパティを解決します。
シンタックス
'宣言
 
Public Shared Function ResolveValueFromPropertyPath( _
   ByVal propertyPath As String, _
   ByVal data As Object _
) As Object
public static object ResolveValueFromPropertyPath( 
   string propertyPath,
   object data
)

パラメータ

propertyPath
data
参照