Aracılığıyla paylaş


FunctionPrototype.call(Object, Object, Object[]) Yöntem

Tanım

Bu nesnenin temsil olduğu işlevi çağırır.

Bu API, ürün altyapısını destekler ve doğrudan kodunuzdan kullanıma yönelik değildir.

public:
 static System::Object ^ call(System::Object ^ thisob, System::Object ^ thisarg, ... cli::array <System::Object ^> ^ args);
[Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject | Microsoft.JScript.JSFunctionAttributeEnum.HasVarArgs, Microsoft.JScript.JSBuiltin.Function_call)]
public static object call (object thisob, object thisarg, params object[] args);
[<Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject | Microsoft.JScript.JSFunctionAttributeEnum.HasVarArgs, Microsoft.JScript.JSBuiltin.Function_call)>]
static member call : obj * obj * obj[] -> obj
Public Shared Function call (thisob As Object, thisarg As Object, ParamArray args As Object()) As Object

Parametreler

thisob
Object

Bu yöntemin işlem yaptığı nesne.

thisarg
Object

Geçerli varsayılan kapsam. Bir with deyim kapsamının kapsanan nesnesi veya genel kapsam.

args
Object[]

İşleve dizi olarak geçirecek bağımsız değişkenler.

Döndürülenler

Object

Bu nesnenin temsil olduğu işleve yapılan çağrının dönüş değeri.

Öznitelikler

Şunlara uygulanır

Ayrıca bkz.