ManagedHelper.ManagedPropertyHelper.GetPropertyValue(Object, Int32) メソッド

定義

プロパティ値を取得します。

public:
 virtual System::Object ^ GetPropertyValue(System::Object ^ o, int index);
public object GetPropertyValue (object o, int index);
abstract member GetPropertyValue : obj * int -> obj
override this.GetPropertyValue : obj * int -> obj
Public Function GetPropertyValue (o As Object, index As Integer) As Object

パラメーター

o
Object

オブジェクト。

index
Int32

インデックス。

戻り値

Object

プロパティ値。

実装

適用対象