NewLateBinding.FallbackIndexSetComplex メソッド

定義

注意事項

do not use this method

注意事項

FallbackIndexSetComplex has been deprecated and is not supported.

遅延バインディング プロパティの設定またはフィールド書き込みの呼び出しを実行します。 このヘルパー メソッドは、コードから直接呼び出すためのものではありません。

public:
 static void FallbackIndexSetComplex(System::Object ^ Instance, cli::array <System::Object ^> ^ Arguments, cli::array <System::String ^> ^ ArgumentNames, bool OptimisticSet, bool RValueBase);
[System.Obsolete("do not use this method", true)]
public static void FallbackIndexSetComplex (object Instance, object[] Arguments, string[] ArgumentNames, bool OptimisticSet, bool RValueBase);
[System.Obsolete("FallbackIndexSetComplex has been deprecated and is not supported.", true)]
public static void FallbackIndexSetComplex (object Instance, object[] Arguments, string[] ArgumentNames, bool OptimisticSet, bool RValueBase);
[<System.Obsolete("do not use this method", true)>]
static member FallbackIndexSetComplex : obj * obj[] * string[] * bool * bool -> unit
[<System.Obsolete("FallbackIndexSetComplex has been deprecated and is not supported.", true)>]
static member FallbackIndexSetComplex : obj * obj[] * string[] * bool * bool -> unit
Public Shared Sub FallbackIndexSetComplex (Instance As Object, Arguments As Object(), ArgumentNames As String(), OptimisticSet As Boolean, RValueBase As Boolean)

パラメーター

Instance
Object

プロパティまたはメソッドを公開する通知オブジェクトのインスタンス。

Arguments
Object[]

呼び出されるプロパティまたはメソッドに渡す引数を格納する配列。

ArgumentNames
String[]

引数名の配列。

OptimisticSet
Boolean

設定操作を有効にするかどうかを決定するために使用する Boolean 値。 プロパティまたはフィールドに中間の値が設定されている場合は True を設定します。それ以外の場合は False を設定します。

RValueBase
Boolean

遅延参照の基本参照を Boolean にするかどうかを指定する RValue 値。 遅延参照の基本参照を True にする場合は RValue に設定します。これにより、値型の RValues のフィールドに対して遅延割り当てを実行すると、実行時例外を生成できます。 それ以外の場合は False に設定します。

属性

適用対象