Aracılığıyla paylaş


ObjectFlowControl.ForLoopControl.ForLoopInitObj Yöntem

Tanım

Döngü başlatır For...Next .

Bu API, ürün altyapısını destekler ve doğrudan kodunuzdan kullanıma yönelik değildir.

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 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

Parametreler

Counter
Object

Döngü sayacı değişkeni.

Start
Object

Döngü sayacının ilk değeri.

Limit
Object

seçeneğinin To değeri.

StepValue
Object

seçeneğinin Step değeri.

LoopForResult
Object

Döngü değerleri için doğrulanmış değerler içeren bir nesne.

CounterResult
Object

Sonraki döngü yinelemesi için sayaç değeri.

Döndürülenler

False döngü sonlandırıldıysa; aksi takdirde , True.

Açıklamalar

Bu sınıf Visual Basic derleyicisini destekler ve doğrudan kodunuzdan kullanılması amaçlanmamıştır.

Şunlara uygulanır

Ayrıca bkz.