共用方式為


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

定義

警告

do not use this method

警告

FallbackSet has been deprecated and is not supported.

執行晚期繫結屬性 Set 或欄位寫入呼叫。 這個 Helper 方法並不適合從您的程式碼直接呼叫。

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

參數

Instance
Object

公開屬性或方法的呼叫物件執行個體。

MemberName
String

在呼叫物件上的屬性或方法名稱。

Arguments
Object[]

陣列,其中包含要傳遞給呼叫的屬性或方法之引數。

屬性

適用於