다음을 통해 공유


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

속성 값입니다.

구현

적용 대상