NewLateBinding.FallbackIndexSet(Object, Object[], String[]) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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