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

索引。

返回

属性值。

实现

适用于