VBArrayPrototype.lbound(Object, Object) Metodo

Definizione

Ottiene il limite inferiore 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 lbound(System::Object ^ thisob, System::Object ^ dimension);
[Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.VBArray_lbound)]
public static int lbound (object thisob, object dimension);
[<Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.VBArray_lbound)>]
static member lbound : obj * obj -> int
Public Shared Function lbound (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 inferiore.

Restituisce

Limite inferiore di dimension in thisob.

Attributi

Si applica a

Vedi anche