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::LateIndexSet Method (Object^, array<Object^>^, array<String^>^)
.NET Framework (current version)
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: static void LateIndexSet( 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.
Universal Windows Platform
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone
Available since 8.1
Show: