LateBinding.LateIndexSetComplex 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.
Définit une valeur liée tardive d’un objet à l’aide des paramètres spécifiés.
Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.
public:
static void LateIndexSetComplex(System::Object ^ o, cli::array <System::Object ^> ^ args, cli::array <System::String ^> ^ paramnames, 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 o, object?[] args, string?[]? paramnames, bool OptimisticSet, bool RValueBase);
public static void LateIndexSetComplex(object o, object?[] args, string?[]? paramnames, bool OptimisticSet, bool RValueBase);
public static void LateIndexSetComplex(object o, object[] args, string[] paramnames, 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")>]
static member LateIndexSetComplex : obj * obj[] * string[] * bool * bool -> unit
static member LateIndexSetComplex : obj * obj[] * string[] * bool * bool -> unit
Public Shared Sub LateIndexSetComplex (o As Object, args As Object(), paramnames As String(), OptimisticSet As Boolean, RValueBase As Boolean)
Public Sub LateIndexSetComplex (o As Object, args As Object(), paramnames As String(), OptimisticSet As Boolean, RValueBase As Boolean)
Paramètres
- o
- Object
Objet pour lequel définir la valeur.
- args
- Object[]
Tableau d’une ou plusieurs valeurs de paramètre à passer à l’objet o.
- paramnames
- String[]
Tableau qui contient les noms des paramètres auxquels les valeurs du args tableau sont passées.
- OptimisticSet
- Boolean
True pour supprimer l’exception levée lorsque le membre défini est introuvable.
- RValueBase
- Boolean
True pour identifier o le résultat d’une expression liée tardivement.
- Attributs
Remarques
Cette classe prend en charge le compilateur Visual Basic et n’est pas destinée à être utilisée directement à partir de votre code.