バージョン

GetValue<T> メソッド (ReflectionHelper)

提供されたオブジェクトおよび値への文字列パスから指定した型の値を返します。
シンタックス
'宣言
 
Public Shared Function GetValue(Of T)( _
   ByVal oSource As System.Object, _
   ByVal propString As System.String, _
   Optional ByVal tErrVal As T _
) As T
public static T GetValue<T>( 
   System.object oSource,
   System.string propString,
   T tErrVal
)

パラメータ

oSource
値を取得するルート オブジェクト。
propString
値を取得するためのプロパティ、フィールド、およびメソッドのパスの文字列入力。
tErrVal
値の取得でエラーがある場合の戻り値。デフォルト値は定義済み型 T のデフォルト値です。

型パラメータ

T
値の予期される定義済み型。
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照