COMMemberInfo.SetValue 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在类中实现时,使 JScript 能够使用指定的绑定信息将外部 COM 成员的值设置为指定的新值。
此 API 支持产品基础结构,不能在代码中直接使用。
public:
void SetValue(System::Object ^ value, System::Reflection::BindingFlags invokeAttr, System::Reflection::Binder ^ binder, cli::array <System::Object ^> ^ index, System::Globalization::CultureInfo ^ culture);
public void SetValue (object value, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, object[] index, System.Globalization.CultureInfo culture);
abstract member SetValue : obj * System.Reflection.BindingFlags * System.Reflection.Binder * obj[] * System.Globalization.CultureInfo -> unit
Public Sub SetValue (value As Object, invokeAttr As BindingFlags, binder As Binder, index As Object(), culture As CultureInfo)
参数
- value
- Object
外部 COM 成员的新值。
- invokeAttr
- BindingFlags
枚举值的按位组合,这些值控制绑定。
- binder
- Binder
一个对象,该对象执行从实参类型到形参类型的类型转换。
- index
- Object[]
要传递给外部 COM 成员的参数列表。
- culture
- CultureInfo
提供有关特定区域性或区域设置的信息,以便正确设置数字、日期和字符串的格式。