NewLateBinding.FallbackIndexSet(Object, Object[], String[]) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Dikkat
do not use this method
Dikkat
FallbackIndexSet has been deprecated and is not supported.
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 FallbackIndexSet(System::Object ^ Instance, cli::array <System::Object ^> ^ Arguments, cli::array <System::String ^> ^ ArgumentNames);
[System.Obsolete("do not use this method", true)]
public static void FallbackIndexSet (object Instance, object[] Arguments, string[] ArgumentNames);
[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)>]
static member FallbackIndexSet : obj * obj[] * string[] -> unit
[<System.Obsolete("FallbackIndexSet has been deprecated and is not supported.", true)>]
static member FallbackIndexSet : obj * obj[] * string[] -> unit
Public Shared Sub FallbackIndexSet (Instance As Object, Arguments As Object(), ArgumentNames As String())
Parametreler
- Instance
- Object
Özelliğini veya yöntemini kullanıma 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.
- Öznitelikler