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

數值。

實作

適用於