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

다음 루프 반복에 대한 카운터 값입니다.

반품

루프가 종료되었으면

설명

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

적용 대상

추가 정보