NewLateBinding.FallbackIndexSet(Object, Object[], String[]) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przestroga
do not use this method
Przestroga
FallbackIndexSet has been deprecated and is not supported.
Wykonuje późny zestaw właściwości lub wywołanie zapisu w polu. Ta metoda pomocnika nie ma być wywoływana bezpośrednio z kodu.
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())
Parametry
- Instance
- Object
Wystąpienie obiektu wywołania uwidaczniającego właściwość lub metodę.
- Arguments
- Object[]
Tablica zawierająca argumenty, które mają zostać przekazane do wywoływanej właściwości lub metody.
- ArgumentNames
- String[]
Tablica nazw argumentów.
- Atrybuty