NewLateBinding.FallbackIndexSet(Object, Object[], String[]) 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
FallbackIndexSet has been deprecated and is not supported.
Esegue un metodo Set della proprietà di associazione tardiva o una chiamata di scrittura del campo. Questo metodo di supporto non deve essere chiamato in modo diretto dal codice.
public:
static void FallbackIndexSet(System::Object ^ Instance, cli::array <System::Object ^> ^ Arguments, cli::array <System::String ^> ^ ArgumentNames);
[System.Obsolete("do not use this method", true)]
public static void FallbackIndexSet (object Instance, object[] Arguments, string[] ArgumentNames);
[System.Obsolete("FallbackIndexSet has been deprecated and is not supported.", true)]
public static void FallbackIndexSet (object Instance, object[] Arguments, string[] ArgumentNames);
[<System.Obsolete("do not use this method", true)>]
static member FallbackIndexSet : obj * obj[] * string[] -> unit
[<System.Obsolete("FallbackIndexSet has been deprecated and is not supported.", true)>]
static member FallbackIndexSet : obj * obj[] * string[] -> unit
Public Shared Sub FallbackIndexSet (Instance As Object, Arguments As Object(), ArgumentNames As String())
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.
- Attributi