NewLateBinding.FallbackInvokeDefault1 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
FallbackInvokeDefault1 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 ^ FallbackInvokeDefault1(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? FallbackInvokeDefault1 (object Instance, object[] Arguments, string[] ArgumentNames, bool ReportErrors);
[System.Obsolete("FallbackInvokeDefault1 has been deprecated and is not supported.", true)]
public static object? FallbackInvokeDefault1 (object Instance, object[] Arguments, string[] ArgumentNames, bool ReportErrors);
[System.Obsolete("do not use this method", true)]
public static object FallbackInvokeDefault1 (object Instance, object[] Arguments, string[] ArgumentNames, bool ReportErrors);
[<System.Obsolete("do not use this method", true)>]
static member FallbackInvokeDefault1 : obj * obj[] * string[] * bool -> obj
[<System.Obsolete("FallbackInvokeDefault1 has been deprecated and is not supported.", true)>]
static member FallbackInvokeDefault1 : obj * obj[] * string[] * bool -> obj
Public Shared Function FallbackInvokeDefault1 (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. Se Instance
è di tipo IDynamicMetaObjectProvider, eseguire l'associazione tramite DLR (Dynamic Language Runtime); in caso contrario eseguire un'associazione tardiva standard.
- 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