NewLateBinding.FallbackInvokeDefault2 方法

定義

警告

do not use this method

警告

FallbackInvokeDefault2 has been deprecated and is not supported.

對預設屬性或欄位執行晚期繫結 Get,或對預設方法或函式執行晚期繫結呼叫。 這個 Helper 方法並不適合從您的程式碼直接呼叫。

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

參數

Instance
Object

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

Arguments
Object[]

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

ArgumentNames
String[]

引數名稱的陣列。

ReportErrors
Boolean

Boolean 值,用於指定是否要在發生錯誤時擲回例外狀況。 設為 True,擲回例外狀況。 設為 False,在發生錯誤時傳回 Nothing

傳回

呼叫物件的執行個體。

屬性

適用於