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
FallbackIndexSet has been deprecated and is not supported.
Attention
do not use this method
Exécute un jeu de propriétés à liaison tardive ou un appel d’écriture de champ. Cette méthode d’assistance n’est pas destinée à être appelée directement à partir de votre code.
public:
static void FallbackIndexSet(System::Object ^ Instance, cli::array <System::Object ^> ^ Arguments, cli::array <System::String ^> ^ ArgumentNames);
[System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Late binding is dynamic and cannot be statically analyzed. The referenced types and members may be trimmed")]
[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)]
public static void FallbackIndexSet(object Instance, object[] Arguments, string[] ArgumentNames);
[<System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Late binding is dynamic and cannot be statically analyzed. The referenced types and members may be trimmed")>]
[<System.Obsolete("FallbackIndexSet has been deprecated and is not supported.", true)>]
static member FallbackIndexSet : obj * obj[] * string[] -> unit
[<System.Obsolete("do not use this method", 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 de noms d’arguments.
- Attributs