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

屬性值。

實作

適用於