COMPropertyInfo.SetValue メソッド

定義

COMMemberInfo メソッドに指定した Initialize(String, COMMemberInfo) を使用して、外部 COM プロパティの値を設定します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

public:
 override void SetValue(System::Object ^ obj, System::Object ^ value, System::Reflection::BindingFlags invokeAttr, System::Reflection::Binder ^ binder, cli::array <System::Object ^> ^ index, System::Globalization::CultureInfo ^ culture);
public override void SetValue (object obj, object value, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, object[] index, System.Globalization.CultureInfo culture);
override this.SetValue : obj * obj * System.Reflection.BindingFlags * System.Reflection.Binder * obj[] * System.Globalization.CultureInfo -> unit
Public Overrides Sub SetValue (obj As Object, value As Object, invokeAttr As BindingFlags, binder As Binder, index As Object(), culture As CultureInfo)

パラメーター

obj
Object

プロパティ値が設定されるオブジェクト。 このパラメーターは無視されます。

value
Object

外部 COM メンバーの新しい値。

invokeAttr
BindingFlags

バインディングを制御する列挙値のビットごとの組み合わせ。

binder
Binder

実引数の型から仮引数の型への型変換を実行するオブジェクト。

index
Object[]

外部 COM プロパティに渡す引数リスト。

culture
CultureInfo

特定のカルチャまたはロケールに関する情報を提供します。 数値、日付、および文字列の書式を正しく設定するために使用します。

適用対象

こちらもご覧ください