NewLateBinding.LateIndexGet(Object, Object[], String[]) Metodo

Definizione

Esegue una chiamata di accesso a una proprietà ad associazione tardiva o a un campo. Questo metodo helper non deve essere chiamato direttamente dal codice.

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

Parametri

Instance
Object

Istanza dell'oggetto di chiamata che espone la proprietà o il metodo .

Arguments
Object[]

Matrice contenente gli argomenti da passare alla proprietà o al metodo chiamato.

ArgumentNames
String[]

Matrice di nomi di argomenti.

Valori restituiti

Istanza dell'oggetto di chiamata.

Attributi

Si applica a