NewLateBinding.FallbackIndexSetComplex Yöntem

Tanım

Dikkat

FallbackIndexSetComplex has been deprecated and is not supported.

Dikkat

do not use this method

Geç bağlanan bir özellik kümesi veya alan yazma çağrısı yürütür. Bu yardımcı yöntemin doğrudan kodunuzdan çağrılması amaçlanmamıştır.

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

Parametreler

Instance
Object

Özelliğini veya yöntemini gösteren çağrı nesnesinin bir örneği.

Arguments
Object[]

Çağrılan özelliğe veya yönteme geçirilecek bağımsız değişkenleri içeren bir dizi.

ArgumentNames
String[]

Bağımsız değişken adları dizisi.

OptimisticSet
Boolean

Boolean Ayarlama işleminin çalışıp çalışmayacağını belirlemek için kullanılan değer. True Özelliğinde veya alanında bir ara değerin ayarlandığını düşünüyorsanız olarak ayarlayın; aksi takdirde False.

RValueBase
Boolean

Geç Boolean başvurunun temel başvurusunun ne zaman olduğunu belirten bir RValuedeğer. True Geç başvurunun temel başvurusu bir RValueolduğunda olarak ayarlanır; bu, değer türündeki alanlara RValues geç atamalar için bir çalışma zamanı özel durumu oluşturmanıza olanak tanır. Aksi takdirde olarak ayarlayın False.

Öznitelikler

Şunlara uygulanır