Sdílet prostřednictvím


NewLateBinding.FallbackIndexSet(Object, Object[], String[]) Metoda

Definice

Upozornění

do not use this method

Upozornění

FallbackIndexSet has been deprecated and is not supported.

Spustí pozdní vázanou sadu vlastností nebo volání zápisu do pole. Tato pomocná metoda není určena k tomu, aby byla volána přímo z vašeho kódu.

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

Instance objektu volání, který vystavuje vlastnost nebo metodu.

Arguments
Object[]

Pole obsahující argumenty, které mají být předány do vlastnosti nebo metody je volána.

ArgumentNames
String[]

Pole názvů argumentů.

Atributy

Platí pro