Udostępnij za pośrednictwem


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

Definicja

Przestroga

do not use this method

Przestroga

FallbackSet has been deprecated and is not supported.

Wykonuje późny zestaw właściwości lub wywołanie zapisu pól. Ta metoda pomocnika nie ma być wywoływana bezpośrednio z kodu.

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

Parametry

Instance
Object

Wystąpienie obiektu wywołania, które uwidacznia właściwość lub metodę.

MemberName
String

Nazwa właściwości lub metody obiektu wywołania.

Arguments
Object[]

Tablica zawierająca argumenty, które mają zostać przekazane do wywoływanej właściwości lub metody.

Atrybuty

Dotyczy