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);
static member LateSetComplex : obj * Type * string * obj[] * string[] * bool * bool -> unit
Public Sub LateSetComplex (o As Object, objType As Type, name As String, args As Object(), paramnames As String(), OptimisticSet As Boolean, RValueBase As Boolean)
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)

參數

o
Object

要設定成員值的物件。

objType
Type

物件的類型。

name
String

要設定成員名稱。

args
Object[]

一個由一個或多個參數值組成的陣列,用來傳遞給 的 o成員。

paramnames
String[]

一個陣列,包含陣列中值傳遞的參數 args 名稱。

OptimisticSet
Boolean

True 用以抑制當找不到集合成員時拋出的例外。

RValueBase
Boolean

True 以識別 o 為晚界表達式的結果。

備註

這門課支援 Visual Basic 編譯器,並非直接從你的程式碼中使用。

適用於