NewLateBinding.LateIndexSetComplex Méthode

Définition

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 LateIndexSetComplex(System::Object ^ Instance, cli::array <System::Object ^> ^ Arguments, cli::array <System::String ^> ^ ArgumentNames, bool OptimisticSet, bool RValueBase);
public static void LateIndexSetComplex(object Instance, object[] Arguments, string[] ArgumentNames, bool OptimisticSet, bool RValueBase);
[System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Late binding is dynamic and cannot be statically analyzed. The referenced types and members may be trimmed")]
public static void LateIndexSetComplex(object Instance, object?[]? Arguments, string?[]? ArgumentNames, bool OptimisticSet, bool RValueBase);
public static void LateIndexSetComplex(object Instance, object?[]? Arguments, string?[]? ArgumentNames, bool OptimisticSet, bool RValueBase);
static member LateIndexSetComplex : obj * obj[] * string[] * bool * bool -> unit
[<System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Late binding is dynamic and cannot be statically analyzed. The referenced types and members may be trimmed")>]
static member LateIndexSetComplex : obj * obj[] * string[] * bool * bool -> unit
Public Shared Sub LateIndexSetComplex (Instance As Object, Arguments As Object(), ArgumentNames As String(), OptimisticSet As Boolean, RValueBase As Boolean)

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.

OptimisticSet
Boolean

Valeur Boolean utilisée pour déterminer si l’opération set fonctionnera. True Défini lorsque vous pensez qu’une valeur intermédiaire a été définie dans la propriété ou le champ ; sinonFalse.

RValueBase
Boolean

Valeur Boolean qui spécifie quand la référence de base de la référence tardive est un RValue. Défini sur True le moment où la référence de base de la référence tardive est une RValue; cela vous permet de générer une exception d’exécution pour les affectations tardives aux champs de RValues types valeur. Sinon, défini sur False.

Attributs

S’applique à