Udostępnij przez


NewLateBinding.FallbackInvokeDefault2 Metoda

Definicja

Przestroga

do not use this method

Przestroga

FallbackInvokeDefault2 has been deprecated and is not supported.

Wykonuje opóźnione pobieranie właściwości domyślnej lub pola albo wywołuje metodę domyślną lub funkcję. Ta metoda pomocnika nie ma być wywoływana bezpośrednio z kodu.

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

Parametry

Instance
Object

Wystąpienie obiektu wywołania uwidaczniającego właściwość lub metodę.

Arguments
Object[]

Tablica zawierająca argumenty, które mają zostać przekazane do wywoływanej właściwości lub metody.

ArgumentNames
String[]

Tablica nazw argumentów.

ReportErrors
Boolean

Wartość używana do określania Boolean , czy zgłaszać wyjątki w przypadku wystąpienia błędu. Ustaw wartość , aby True zgłaszać wyjątki. Ustaw wartość , aby powrócić FalseNothing po napotkaniu błędu.

Zwraca

Wystąpienie obiektu wywołania.

Atrybuty

Dotyczy