NewLateBinding.FallbackIndexSet(Object, Object[], String[]) Metoda

Definice

Upozornění

FallbackIndexSet has been deprecated and is not supported.

Upozornění

do not use this method

Spustí opožděnou sadu vlastností nebo volání zápisu pole. Tato pomocná metoda není určena k tomu, aby byla volána přímo z vašeho kódu.

public:
 static void FallbackIndexSet(System::Object ^ Instance, cli::array <System::Object ^> ^ Arguments, cli::array <System::String ^> ^ ArgumentNames);
[System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Late binding is dynamic and cannot be statically analyzed. The referenced types and members may be trimmed")]
[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)]
public static void FallbackIndexSet(object Instance, object[] Arguments, string[] ArgumentNames);
[<System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Late binding is dynamic and cannot be statically analyzed. The referenced types and members may be trimmed")>]
[<System.Obsolete("FallbackIndexSet has been deprecated and is not supported.", true)>]
static member FallbackIndexSet : obj * obj[] * string[] -> unit
[<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())

Parametry

Instance
Object

Instance objektu volání zveřejňující vlastnost nebo metodu.

Arguments
Object[]

Pole obsahující argumenty, které mají být předány do vlastnosti nebo metody, které se volají.

ArgumentNames
String[]

Pole názvů argumentů.

Atributy

Platí pro