VBArrayPrototype.ubound(Object, Object) Metódus

Definíció

Lekéri a megadott dimenzió felső határát a megadott tömbben.

Ez az API a termékinfrastruktúrát támogatja, és közvetlenül a kódból nem használható.

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

Paraméterek

thisob
Object

A metódus által alkalmazott objektum.

dimension
Object

Az a dimenzió, amelynek felső határa meghatározva van.

Válaszok

Az in felső határa dimensionthisob.

Attribútumok

A következőre érvényes:

Lásd még