LateBinding.LateIndexSet(Object, Object[], String[]) Method

Definition

Sets a late-bound value of an object, using the specified parameters.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 static void LateIndexSet(System::Object ^ o, cli::array <System::Object ^> ^ args, cli::array <System::String ^> ^ paramnames);
public static void LateIndexSet (object o, object?[] args, string?[]? paramnames);
public static void LateIndexSet (object o, object[] args, string[] paramnames);
static member LateIndexSet : obj * obj[] * string[] -> unit
Public Shared Sub LateIndexSet (o As Object, args As Object(), paramnames As String())
Public Sub LateIndexSet (o As Object, args As Object(), paramnames As String())

Parameters

o
Object

The object to set the value for.

args
Object[]

An array of one or more index values that specify the location in o if o is a one-dimensional or multi-dimensional array, or argument values to pass to the object o.

paramnames
String[]

An array that contains the names of the parameters to which the values in the args array are passed.

Remarks

This class supports the Visual Basic compiler and is not intended to be used directly from your code.

Applies to