NewLateBinding.FallbackIndexSet(Object, Object[], String[]) 方法

定义

注意

do not use this method

注意

FallbackIndexSet has been deprecated and is not supported.

执行后期绑定属性设置或字段写入调用。 此帮助器方法不宜从您的代码直接调用。

public:
 static void FallbackIndexSet(System::Object ^ Instance, cli::array <System::Object ^> ^ Arguments, cli::array <System::String ^> ^ ArgumentNames);
[System.Obsolete("do not use this method", true)]
public static void FallbackIndexSet (object Instance, object[] Arguments, string[] ArgumentNames);
[System.Obsolete("FallbackIndexSet has been deprecated and is not supported.", true)]
public static void FallbackIndexSet (object Instance, object[] Arguments, string[] ArgumentNames);
[<System.Obsolete("do not use this method", true)>]
static member FallbackIndexSet : obj * obj[] * string[] -> unit
[<System.Obsolete("FallbackIndexSet has been deprecated and is not supported.", true)>]
static member FallbackIndexSet : obj * obj[] * string[] -> unit
Public Shared Sub FallbackIndexSet (Instance As Object, Arguments As Object(), ArgumentNames As String())

参数

Instance
Object

公开属性或方法的调用对象的实例。

Arguments
Object[]

一个数组,包含要传递给正在被调用的属性或方法的参数。

ArgumentNames
String[]

参数名称的数组。

属性

适用于