Share via


ManagedHelper.ManagedPropertyHelper.SetPropertyValue 메서드

정의

도우미에 연결된 속성 값을 설정합니다.

public:
 virtual void SetPropertyValue(System::Object ^ o, int index, System::Object ^ value);
public void SetPropertyValue (object o, int index, object value);
abstract member SetPropertyValue : obj * int * obj -> unit
override this.SetPropertyValue : obj * int * obj -> unit
Public Sub SetPropertyValue (o As Object, index As Integer, value As Object)

매개 변수

o
Object

개체입니다.

index
Int32

인덱스입니다.

value
Object

값입니다.

구현

적용 대상