NewLateBinding.FallbackCall Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przestroga
do not use this method
Przestroga
FallbackCall has been deprecated and is not supported.
Wykonuje metodę lub wywołanie funkcji powiązanej z opóźnieniem. Ta metoda pomocnika nie ma być wywoływana bezpośrednio z kodu.
public:
static System::Object ^ FallbackCall(System::Object ^ Instance, System::String ^ MemberName, cli::array <System::Object ^> ^ Arguments, cli::array <System::String ^> ^ ArgumentNames, bool IgnoreReturn);
[System.Obsolete("do not use this method", true)]
public static object? FallbackCall (object Instance, string MemberName, object[] Arguments, string[] ArgumentNames, bool IgnoreReturn);
[System.Obsolete("FallbackCall has been deprecated and is not supported.", true)]
public static object? FallbackCall (object Instance, string MemberName, object[] Arguments, string[] ArgumentNames, bool IgnoreReturn);
[System.Obsolete("do not use this method", true)]
public static object FallbackCall (object Instance, string MemberName, object[] Arguments, string[] ArgumentNames, bool IgnoreReturn);
[<System.Obsolete("do not use this method", true)>]
static member FallbackCall : obj * string * obj[] * string[] * bool -> obj
[<System.Obsolete("FallbackCall has been deprecated and is not supported.", true)>]
static member FallbackCall : obj * string * obj[] * string[] * bool -> obj
Public Shared Function FallbackCall (Instance As Object, MemberName As String, Arguments As Object(), ArgumentNames As String(), IgnoreReturn As Boolean) As Object
Parametry
- Instance
- Object
Wystąpienie obiektu wywołania, które uwidacznia właściwość lub metodę.
- MemberName
- String
Nazwa właściwości lub metody obiektu wywołania.
- 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.
- IgnoreReturn
- Boolean
Wartość wskazująca Boolean
, czy można zignorować wartość zwracaną.
Zwraca
Wystąpienie obiektu wywołania.
- Atrybuty
Uwagi
Podobnie jak CallByName.