VBArrayPrototype.lbound(Object, Object) 方法

定义

获取指定数组中指定维度的下限。Gets the lower bound of the specified dimension in the specified array.

此 API 支持产品基础结构,不能在代码中直接使用。

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

参数

thisob
Object

此方法所作用于的对象。The object that this method is acting upon.

dimension
Object

其下限已经确定的维度。The dimension whose lower bound is determined.

返回

Int32

dimensionthisob 的下限。The lower bound of dimension in thisob.

属性

适用于

另请参阅