VBArrayPrototype.lbound(Object, Object) 方法

定义

获取指定数组中指定维度的下限。

此 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

此方法所作用于的对象。

dimension
Object

其下限已经确定的维度。

返回

dimensionthisob 的下限。

属性

适用于

另请参阅