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

定義

警告

do not use this method

執行延遲綁定的屬性集或欄位寫入呼叫。 這個輔助方法並非設計來直接從你的程式碼呼叫。

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("do not use this method", 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[]

一堆參數名稱。

屬性

適用於