LateBinding.SetIndexedPropertyValueStatic(Object, Object[], Object) 方法
定义
设置索引属性。Sets an indexed property.
此 API 支持产品基础结构,不能在代码中直接使用。
public:
static void SetIndexedPropertyValueStatic(System::Object ^ obj, cli::array <System::Object ^> ^ arguments, System::Object ^ value);
public static void SetIndexedPropertyValueStatic (object obj, object[] arguments, object value);
static member SetIndexedPropertyValueStatic : obj * obj[] * obj -> unit
Public Shared Sub SetIndexedPropertyValueStatic (obj As Object, arguments As Object(), value As Object)
参数
- obj
- Object
在其上定义绑定引用的对象。The object that the binding reference is defined on.
- arguments
- Object[]
要传递给成员的参数。The arguments to pass to the member.
- value
- Object
属性的新值。The new value of the property.