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

Définition

Attention

FallbackSet 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 FallbackSet(System::Object ^ Instance, System::String ^ MemberName, cli::array <System::Object ^> ^ Arguments);
[System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Late binding is dynamic and cannot be statically analyzed. The referenced types and members may be trimmed")]
[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)]
public static void FallbackSet(object Instance, string MemberName, object[] Arguments);
[<System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Late binding is dynamic and cannot be statically analyzed. The referenced types and members may be trimmed")>]
[<System.Obsolete("FallbackSet has been deprecated and is not supported.", true)>]
static member FallbackSet : obj * string * obj[] -> unit
[<System.Obsolete("do not use this method", 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 de la méthode sur l’objet d’appel.

Arguments
Object[]

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

Attributs

S’applique à