NewLateBinding.LateIndexGet(Object, Object[], String[]) Metódus

Definíció

Késői kötésű tulajdonság lekéréses vagy mezőhozzáférés-hívását hajtja végre. Ez a segédmetódus nem közvetlenül a kódból hívható meg.

public:
 static System::Object ^ LateIndexGet(System::Object ^ Instance, cli::array <System::Object ^> ^ Arguments, cli::array <System::String ^> ^ ArgumentNames);
public static object LateIndexGet(object Instance, object[] Arguments, string[] ArgumentNames);
[System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Late binding is dynamic and cannot be statically analyzed. The referenced types and members may be trimmed")]
public static object? LateIndexGet(object Instance, object?[]? Arguments, string?[]? ArgumentNames);
public static object? LateIndexGet(object Instance, object?[]? Arguments, string?[]? ArgumentNames);
static member LateIndexGet : obj * obj[] * string[] -> obj
[<System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Late binding is dynamic and cannot be statically analyzed. The referenced types and members may be trimmed")>]
static member LateIndexGet : obj * obj[] * string[] -> obj
Public Shared Function LateIndexGet (Instance As Object, Arguments As Object(), ArgumentNames As String()) As Object

Paraméterek

Instance
Object

A tulajdonságot vagy metódust felfedő hívásobjektum egy példánya.

Arguments
Object[]

Egy tömb, amely a meghívandó tulajdonságnak vagy metódusnak átadni kívánt argumentumokat tartalmazza.

ArgumentNames
String[]

Argumentumnevek tömbje.

Válaszok

A hívásobjektum egy példánya.

Attribútumok

A következőre érvényes: