NewLateBinding.LateIndexGet(Object, Object[], String[]) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Geç bağlanan bir özellik alma veya alan erişim çağrısı yürütür. Bu yardımcı yöntemin doğrudan kodunuzdan çağrılması amaçlanmamıştır.
public:
static System::Object ^ LateIndexGet(System::Object ^ Instance, cli::array <System::Object ^> ^ Arguments, cli::array <System::String ^> ^ ArgumentNames);
public static object LateIndexGet(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 object? LateIndexGet(object Instance, object?[]? Arguments, string?[]? ArgumentNames);
public static object? LateIndexGet(object Instance, object?[]? Arguments, string?[]? ArgumentNames);
static member LateIndexGet : obj * obj[] * string[] -> obj
[<System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("Late binding is dynamic and cannot be statically analyzed. The referenced types and members may be trimmed")>]
static member LateIndexGet : obj * obj[] * string[] -> obj
Public Shared Function LateIndexGet (Instance As Object, Arguments As Object(), ArgumentNames As String()) As Object
Parametreler
- Instance
- Object
Özelliğini veya yöntemini gösteren çağrı nesnesinin bir örneği.
- Arguments
- Object[]
Çağrılan özelliğe veya yönteme geçirilecek bağımsız değişkenleri içeren bir dizi.
- ArgumentNames
- String[]
Bağımsız değişken adları dizisi.
Döndürülenler
Çağrı nesnesinin bir örneği.
- Öznitelikler