共用方式為


NewLateBinding.FallbackSetComplex 方法

定義

警告

do not use this method

警告

FallbackSetComplex has been deprecated and is not supported.

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

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

參數

Instance
Object

公開屬性或方法的呼叫物件執行個體。

MemberName
String

在呼叫物件上的屬性或方法名稱。

Arguments
Object[]

陣列,其中包含要傳遞給呼叫的屬性或方法之引數。

OptimisticSet
Boolean

Boolean 值,用來決定設定作業是否會運作。 當您相信屬性或欄位中已設定中繼值時,請設為 True,否則為 False

RValueBase
Boolean

Boolean 值,指定晚期參考的基底參考為 RValue。 當晚期參考的基底參考為 True 時,若設為 RValue,對於實值型別之 RValues 欄位的晚期指派,您可以產生執行階段例外狀況。 否則,請設為 False

屬性

適用於