Sdílet prostřednictvím


NewLateBinding.FallbackGet(Object, String, Object[], String[]) Metoda

Definice

Upozornění

do not use this method

Upozornění

FallbackGet has been deprecated and is not supported.

Spustí volání získání nebo přístupu k polím s pozdní vazbou vlastnosti. Tato pomocná metoda není určena k tomu, aby byla volána přímo z vašeho kódu.

public:
 static System::Object ^ FallbackGet(System::Object ^ Instance, System::String ^ MemberName, cli::array <System::Object ^> ^ Arguments, cli::array <System::String ^> ^ ArgumentNames);
[System.Obsolete("do not use this method", true)]
public static object? FallbackGet (object Instance, string MemberName, object[] Arguments, string[] ArgumentNames);
[System.Obsolete("FallbackGet has been deprecated and is not supported.", true)]
public static object? FallbackGet (object Instance, string MemberName, object[] Arguments, string[] ArgumentNames);
[System.Obsolete("do not use this method", true)]
public static object FallbackGet (object Instance, string MemberName, object[] Arguments, string[] ArgumentNames);
[<System.Obsolete("do not use this method", true)>]
static member FallbackGet : obj * string * obj[] * string[] -> obj
[<System.Obsolete("FallbackGet has been deprecated and is not supported.", true)>]
static member FallbackGet : obj * string * obj[] * string[] -> obj
Public Shared Function FallbackGet (Instance As Object, MemberName As String, Arguments As Object(), ArgumentNames As String()) 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 do vlastnosti nebo metody je volána.

ArgumentNames
String[]

Pole názvů argumentů.

Návraty

Instance objektu volání.

Atributy

Platí pro