VBArrayPrototype.ubound(Object, Object) Methode

Definition

Ruft die obere Grenze der angegebenen Dimension im angegebenen Array ab.

Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.

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

Parameter

thisob
Object

Das Objekt, für den diese Methode ausgeführt wird.

dimension
Object

Die Dimension, deren Obergrenze bestimmt wird.

Gibt zurück

Die Obergrenze von dimension in thisob.

Attribute

Gilt für:

Weitere Informationen