共用方式為


COMMemberInfo.SetValue 方法

定義

在類別中實作時,讓 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

提供特定文化特性或地區設定的相關資訊,以正確地格式化數字、日期和字串。

適用於

另請參閱