NewLateBinding.FallbackInvokeDefault2 Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Attenzione
do not use this method
Attenzione
FallbackInvokeDefault2 has been deprecated and is not supported.
Esegue un'operazione get ad associazione tardiva per ottenere la proprietà o il campo predefinito oppure una chiamata alla funzione o al metodo predefinito. Questo metodo di supporto non deve essere chiamato in modo diretto 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("FallbackInvokeDefault2 has been deprecated and is not supported.", true)]
public static object? FallbackInvokeDefault2 (object Instance, object[] Arguments, 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
[<System.Obsolete("FallbackInvokeDefault2 has been deprecated and is not supported.", 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 chiamati.
- ArgumentNames
- String[]
Matrice di nomi di argomento.
- ReportErrors
- Boolean
Valore Boolean
utilizzato per specificare se generare eccezioni quando viene rilevato un errore. Impostare su True
per generare eccezioni. Impostare su False
per restituire Nothing
quando viene rilevato un errore.
Restituisce
Istanza dell'oggetto di chiamata.
- Attributi