NewLateBinding.LateIndexSet(Object, Object[], String[]) Metódus
Definíció
Fontos
Egyes információk olyan, kiadás előtti termékekre vonatkoznak, amelyek a kiadásig még jelentősen módosulhatnak. A Microsoft nem vállal kifejezett vagy törvényi garanciát az itt megjelenő információért.
Késve kötött tulajdonságkészletet vagy mezőírási hívást hajt végre. Ez a segédmetódus nem közvetlenül a kódból hívható meg.
public:
static void LateIndexSet(System::Object ^ Instance, cli::array <System::Object ^> ^ Arguments, cli::array <System::String ^> ^ ArgumentNames);
public static void LateIndexSet(object Instance, object[] Arguments, string[] ArgumentNames);
[System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Late binding is dynamic and cannot be statically analyzed. The referenced types and members may be trimmed")]
public static void LateIndexSet(object Instance, object?[]? Arguments, string?[]? ArgumentNames);
public static void LateIndexSet(object Instance, object?[]? Arguments, string?[]? ArgumentNames);
static member LateIndexSet : obj * obj[] * string[] -> unit
[<System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Late binding is dynamic and cannot be statically analyzed. The referenced types and members may be trimmed")>]
static member LateIndexSet : obj * obj[] * string[] -> unit
Public Shared Sub LateIndexSet (Instance As Object, Arguments As Object(), ArgumentNames As String())
Paraméterek
- Instance
- Object
A tulajdonságot vagy metódust felfedő hívásobjektum egy példánya.
- Arguments
- Object[]
Egy tömb, amely a meghívandó tulajdonságnak vagy metódusnak átadni kívánt argumentumokat tartalmazza.
- ArgumentNames
- String[]
Argumentumnevek tömbje.
- Attribútumok