次の方法で共有


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[]

引数名の配列。

属性

適用対象