NewLateBinding.FallbackIndexSet(Object, Object[], String[]) Méthode

Définition

Attention

do not use this method

Attention

FallbackIndexSet has been deprecated and is not supported.

Exécute un appel de définition de propriété ou d'écriture de champ à liaison tardive. Cette méthode d'assistance n'est pas conçue pour être directement appelée depuis votre code.

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())

Paramètres

Instance
Object

Instance de l'objet d'appel exposant la propriété ou la méthode.

Arguments
Object[]

Tableau contenant les arguments à passer à la propriété ou à la méthode appelée.

ArgumentNames
String[]

Tableau des noms d'arguments.

Attributs

S’applique à