NewLateBinding.FallbackSet(Object, String, Object[]) 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
FallbackSet 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 FallbackSet(System::Object ^ Instance, System::String ^ MemberName, cli::array <System::Object ^> ^ Arguments);
[System.Obsolete("do not use this method", true)]
public static void FallbackSet (object Instance, string MemberName, object[] Arguments);
[System.Obsolete("FallbackSet has been deprecated and is not supported.", true)]
public static void FallbackSet (object Instance, string MemberName, object[] Arguments);
[<System.Obsolete("do not use this method", true)>]
static member FallbackSet : obj * string * obj[] -> unit
[<System.Obsolete("FallbackSet has been deprecated and is not supported.", true)>]
static member FallbackSet : obj * string * obj[] -> unit
Public Shared Sub FallbackSet (Instance As Object, MemberName As String, Arguments As Object())
Paramètres
- Instance
- Object
Instance de l'objet d'appel exposant la propriété ou la méthode.
- MemberName
- String
Nom de la propriété ou méthode sur l'objet d'appel.
- Arguments
- Object[]
Tableau contenant les arguments à passer à la propriété ou à la méthode appelée.
- Attributs