NewLateBinding.FallbackInvokeDefault1 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
do not use this method
警告
FallbackInvokeDefault1 has been deprecated and is not supported.
對預設屬性或欄位執行晚期繫結 Get,或對預設方法或函式執行晚期繫結呼叫。 這個 Helper 方法並不適合從您的程式碼直接呼叫。
public:
static System::Object ^ FallbackInvokeDefault1(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? FallbackInvokeDefault1 (object Instance, object[] Arguments, string[] ArgumentNames, bool ReportErrors);
[System.Obsolete("FallbackInvokeDefault1 has been deprecated and is not supported.", true)]
public static object? FallbackInvokeDefault1 (object Instance, object[] Arguments, string[] ArgumentNames, bool ReportErrors);
[System.Obsolete("do not use this method", true)]
public static object FallbackInvokeDefault1 (object Instance, object[] Arguments, string[] ArgumentNames, bool ReportErrors);
[<System.Obsolete("do not use this method", true)>]
static member FallbackInvokeDefault1 : obj * obj[] * string[] * bool -> obj
[<System.Obsolete("FallbackInvokeDefault1 has been deprecated and is not supported.", true)>]
static member FallbackInvokeDefault1 : obj * obj[] * string[] * bool -> obj
Public Shared Function FallbackInvokeDefault1 (Instance As Object, Arguments As Object(), ArgumentNames As String(), ReportErrors As Boolean) As Object
參數
- Instance
- Object
公開屬性或方法的呼叫物件執行個體。 如果 Instance
為 IDynamicMetaObjectProvider 型別,則使用 Dynamic Language Runtime 來繫結,否則執行標準晚期繫結。
- Arguments
- Object[]
陣列,其中包含要傳遞給呼叫的屬性或方法之引數。
- ArgumentNames
- String[]
引數名稱的陣列。
- ReportErrors
- Boolean
Boolean
值,用於指定是否要在發生錯誤時擲回例外狀況。 設為 True
,擲回例外狀況。 設為 False
,在發生錯誤時傳回 Nothing
。
傳回
呼叫物件的執行個體。
- 屬性