The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
NewLateBinding::FallbackSet Method (Object^, String^, array<Object^>^)
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
Microsoft.VisualBasic.CompilerServices
Assembly: Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)
Return to top
Executes a late-bound property set or field write call. This helper method is not meant to be called directly from your code.
Assembly: Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)
public: [ObsoleteAttribute("do not use this method", true)] static void FallbackSet( Object^ Instance, String^ MemberName, array<Object^>^ Arguments )
Parameters
- Instance
-
Type:
System::Object^
An instance of the call object exposing the property or method.
- MemberName
-
Type:
System::String^
The name of the property or method on the call object.
- Arguments
-
Type:
array<System::Object^>^
An array containing the arguments to be passed to the property or method being called.
.NET Framework
Available since 4.0
Silverlight
Available since 4.0
Available since 4.0
Silverlight
Available since 4.0
Show: