NewLateBinding.FallbackInvokeDefault2 Metodo

Definizione

Attenzione

do not use this method

Esegue un recupero con associazione tardiva della proprietà o del campo predefinito oppure una chiamata al metodo o alla funzione predefinita. Questo metodo helper non deve essere chiamato direttamente dal codice.

public:
 static System::Object ^ FallbackInvokeDefault2(System::Object ^ Instance, cli::array <System::Object ^> ^ Arguments, cli::array <System::String ^> ^ ArgumentNames, bool ReportErrors);
[System.Obsolete("do not use this method", true)]
public static object FallbackInvokeDefault2(object Instance, object[] Arguments, string[] ArgumentNames, bool ReportErrors);
[<System.Obsolete("do not use this method", true)>]
static member FallbackInvokeDefault2 : obj * obj[] * string[] * bool -> obj
Public Shared Function FallbackInvokeDefault2 (Instance As Object, Arguments As Object(), ArgumentNames As String(), ReportErrors As Boolean) 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.

ReportErrors
Boolean

Valore Boolean utilizzato per specificare se generare eccezioni quando viene rilevato un errore. Impostare su per True generare eccezioni. Impostare su False per restituire Nothing quando viene rilevato un errore.

Valori restituiti

Istanza dell'oggetto di chiamata.

Attributi

Si applica a