NewLateBinding.FallbackIndexSet(Object, Object[], String[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
FallbackIndexSet has been deprecated and is not supported.
Caution
do not use this method
Executes a late-bound property set or field write call. This helper method is not meant to be called directly from your code.
public:
static void FallbackIndexSet(System::Object ^ Instance, cli::array <System::Object ^> ^ Arguments, cli::array <System::String ^> ^ ArgumentNames);
[System.Obsolete("FallbackIndexSet has been deprecated and is not supported.", true)]
public static void FallbackIndexSet(object Instance, object[] Arguments, string[] ArgumentNames);
[System.Obsolete("do not use this method", true)]
public static void FallbackIndexSet(object Instance, object[] Arguments, string[] ArgumentNames);
[<System.Obsolete("FallbackIndexSet has been deprecated and is not supported.", true)>]
static member FallbackIndexSet : obj * obj[] * string[] -> unit
[<System.Obsolete("do not use this method", true)>]
static member FallbackIndexSet : obj * obj[] * string[] -> unit
Public Shared Sub FallbackIndexSet (Instance As Object, Arguments As Object(), ArgumentNames As String())
Parameters
- Instance
- Object
An instance of the call object exposing the property or method.
- Arguments
- Object[]
An array containing the arguments to be passed to the property or method being called.
- ArgumentNames
- String[]
An array of argument names.
- Attributes