NewLateBinding.FallbackIndexSetComplex 方法

定義

警告

do not use this method

警告

FallbackIndexSetComplex has been deprecated and is not supported.

執行晚期繫結屬性 Set 或欄位寫入呼叫。 這個 Helper 方法並不適合從您的程式碼直接呼叫。

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

屬性

適用於