NewLateBinding.FallbackSet(Object, String, Object[]) 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
FallbackSet 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 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())
Parametreler
- Instance
- Object
Özelliğini veya yöntemini gösteren çağrı nesnesinin bir örneği.
- MemberName
- String
Çağrı nesnesinde özelliğin veya yöntemin adı.
- Arguments
- Object[]
Çağrılan özelliğe veya yönteme geçirilecek bağımsız değişkenleri içeren bir dizi.
- Öznitelikler