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

Definição

Cuidado

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

Parâmetros

Instance
Object

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

MemberName
String

O nome da propriedade ou método no objeto de chamada.

Arguments
Object[]

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

Atributos

Aplica-se a