LateBinding.LateSetComplex 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
使用指定的参数为对象的成员设置一个后期绑定值。
此 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
如果将 o
标识为后期绑定表达式的结果,则为 True
。
注解
此类支持 Visual Basic 编译器,不应直接从代码使用。