Share via


FlowControl.ForLoopInitObj 메서드

정의

For...Next 루프를 초기화합니다.

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

public:
 static bool ForLoopInitObj(System::Object ^ Counter, System::Object ^ Start, System::Object ^ Limit, System::Object ^ StepValue, System::Object ^ % LoopForResult, System::Object ^ % CounterResult);
public static bool ForLoopInitObj (object Counter, object Start, object Limit, object StepValue, ref object LoopForResult, ref object CounterResult);
static member ForLoopInitObj : obj * obj * obj * obj * obj * obj -> bool
Public Function ForLoopInitObj (Counter As Object, Start As Object, Limit As Object, StepValue As Object, ByRef LoopForResult As Object, ByRef CounterResult As Object) As Boolean
Public Shared Function ForLoopInitObj (Counter As Object, Start As Object, Limit As Object, StepValue As Object, ByRef LoopForResult As Object, ByRef CounterResult As Object) As Boolean

매개 변수

Counter
Object

루프 카운터 변수입니다.

Start
Object

루프 카운터의 초기 값입니다.

Limit
Object

To 옵션의 값입니다.

StepValue
Object

Step 옵션의 값입니다.

LoopForResult
Object

루프 값에 대해 확인된 값을 포함하는 개체입니다.

CounterResult
Object

다음 루프 반복의 카운터 값입니다.

반환

루프가 종료되었으면 False이고, 그렇지 않으면 True입니다.

설명

이 클래스는 Visual Basic 컴파일러를 지원 하며 코드에서 직접 사용할 수 없습니다.

적용 대상

추가 정보