共用方式為


LateBinding.LateSetComplex 方法

定義

使用指定的參數,設定物件成員的晚期繫結值。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

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);
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);
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)

參數

o
Object

要設定成員值的物件。

objType
Type

物件的類型。

name
String

要設定的成員名稱。

args
Object[]

要傳遞至 o 成員的一個或多個參數值的陣列。

paramnames
String[]

陣列,其中包含參數的名稱 (args 陣列中的值已傳遞到這些參數)。

OptimisticSet
Boolean

True 表示找不到設定成員時隱藏所擲回的例外狀況。

RValueBase
Boolean

True 表示將 o 識別為晚期繫結運算式的結果。

備註

這個類別支援 Visual Basic 編譯程式,並不適合直接從您的程式代碼使用。

適用於