VBArrayPrototype.ubound(Object, Object) Metodo

Definizione

Ottiene il limite superiore della dimensione specificata nella matrice specificata.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

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

Parametri

thisob
Object

Oggetto su cui agisce questo metodo.

dimension
Object

Dimensione di cui viene determinato il limite superiore.

Restituisce

Limite superiore di dimension in thisob.

Attributi

Si applica a

Vedi anche