Share via


VBArrayPrototype.dimensions(Object) 메서드

정의

지정된 배열의 차원 수를 결정합니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 static int dimensions(System::Object ^ thisob);
[Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.VBArray_dimensions)]
public static int dimensions (object thisob);
[<Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.VBArray_dimensions)>]
static member dimensions : obj -> int
Public Shared Function dimensions (thisob As Object) As Integer

매개 변수

thisob
Object

이 메서드가 수행되는 개체입니다.

반환

thisob의 차원 수입니다.

특성

적용 대상

추가 정보