NewLateBinding::FallbackIndexSet Method (Object^, array<Object^>^, array<String^>^)

 
Note: This API is now obsolete.

Executes a late-bound property set or field write call. This helper method is not meant to be called directly from your code.

Namespace:   Microsoft.VisualBasic.CompilerServices
Assembly:  Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)

public:
[ObsoleteAttribute("do not use this method", true)]
static void FallbackIndexSet(
	Object^ Instance,
	array<Object^>^ Arguments,
	array<String^>^ ArgumentNames
)

Parameters

Instance
Type: System::Object^

An instance of the call object exposing the property or method.

Arguments
Type: array<System::Object^>^

An array containing the arguments to be passed to the property or method being called.

ArgumentNames
Type: array<System::String^>^

An array of argument names.

.NET Framework
Available since 4.0
Silverlight
Available since 4.0
Return to top
Show: