Aracılığıyla paylaş


VBArrayPrototype.dimensions(Object) Yöntem

Tanım

Belirtilen dizideki boyut sayısını belirler.

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

public:
 static int dimensions(System::Object ^ thisob);
[Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.VBArray_dimensions)]
public static int dimensions (object thisob);
[<Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.VBArray_dimensions)>]
static member dimensions : obj -> int
Public Shared Function dimensions (thisob As Object) As Integer

Parametreler

thisob
Object

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

Döndürülenler

içindeki thisobboyut sayısı.

Öznitelikler

Şunlara uygulanır

Ayrıca bkz.