NewLateBinding.FallbackIndexSet(Object, Object[], String[]) Método

Definição

Cuidado

FallbackIndexSet has been deprecated and is not supported.

Cuidado

do not use this method

Executa um conjunto de propriedades com limite tardio ou uma chamada de gravação de campo. Esse método auxiliar não deve ser chamado diretamente do seu código.

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())

Parâmetros

Instance
Object

Uma instância do objeto de chamada expondo a propriedade ou o método.

Arguments
Object[]

Uma matriz que contém os argumentos a serem passados para a propriedade ou método que está sendo chamado.

ArgumentNames
String[]

Uma matriz de nomes de argumento.

Atributos

Aplica-se a