LateBinding.LateSetComplex Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Imposta un valore ad associazione tardiva di un membro di un oggetto utilizzando i parametri specificati.
Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.
public:
static void LateSetComplex(System::Object ^ o, Type ^ objType, System::String ^ name, 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 LateSetComplex(object? o, Type? objType, string name, object?[]? args, string?[]? paramnames, bool OptimisticSet, bool RValueBase);
public static void LateSetComplex(object? o, Type? objType, string name, object?[]? args, string?[]? paramnames, bool OptimisticSet, bool RValueBase);
public static void LateSetComplex(object o, Type objType, string name, 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 LateSetComplex : obj * Type * string * obj[] * string[] * bool * bool -> unit
static member LateSetComplex : obj * Type * string * obj[] * string[] * bool * bool -> unit
Public Shared Sub LateSetComplex (o As Object, objType As Type, name As String, args As Object(), paramnames As String(), OptimisticSet As Boolean, RValueBase As Boolean)
Public Sub LateSetComplex (o As Object, objType As Type, name As String, args As Object(), paramnames As String(), OptimisticSet As Boolean, RValueBase As Boolean)
Parametri
- o
- Object
Oggetto per cui impostare il valore del membro.
- objType
- Type
Tipo dell'oggetto .
- name
- String
Nome del membro da impostare.
- args
- Object[]
Matrice di uno o più valori di parametro da passare al membro di o.
- paramnames
- String[]
Matrice che contiene i nomi dei parametri a cui vengono passati i valori nella args matrice.
- OptimisticSet
- Boolean
True per eliminare l'eccezione generata quando il membro del set non viene trovato.
- RValueBase
- Boolean
True per identificare o come risultato di un'espressione ad associazione tardiva.
- Attributi
Commenti
Questa classe supporta il compilatore Visual Basic e non deve essere usata direttamente dal codice.