Share via


VBArrayPrototype.ubound(Object, Object) Yöntem

Tanım

Belirtilen dizide belirtilen boyutun üst sınırlarını alır.

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

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

Parametreler

thisob
Object

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

dimension
Object

Üst sınırı belirlenen boyut.

Döndürülenler

içinde thisoböğesinin dimension üst sınırı.

Öznitelikler

Şunlara uygulanır

Ayrıca bkz.