Sdílet prostřednictvím


NewLateBinding.FallbackCall Metoda

Definice

Upozornění

do not use this method

Upozornění

FallbackCall has been deprecated and is not supported.

Spustí metodu nebo volání funkce s pozdní vazbou. Tato pomocná metoda není určena k zavolání přímo z vašeho kódu.

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

Instance objektu volání, který vystavuje vlastnost nebo metodu.

MemberName
String

Název vlastnosti nebo metody v objektu volání.

Arguments
Object[]

Pole obsahující argumenty, které mají být předány volané vlastnosti nebo metodě.

ArgumentNames
String[]

Pole názvů argumentů.

IgnoreReturn
Boolean

Hodnota Boolean označující, zda lze vrácenou hodnotu ignorovat.

Návraty

Instance objektu volání.

Atributy

Poznámky

Podobá se CallByName.

Platí pro